Hemanth Sai Garladinne
Code refactor (#35)
fbb7c49
raw
history blame
482 Bytes
import json
import streamlit as st
def authors():
# {"Github β†’ " "["username"]" "("url")" for username,url in author_details["socials"].items() }
# with open("frontend/contend/authors.json","r") as f:
# author_details = json.load(f)
st.sidebar.divider()
st.sidebar.info(
"""
Follow us on:
Github β†’ [@mayureshagashe2105](https://github.com/MayureshAgashe2105)\n
Github β†’ [@HemanthSai7](https://github.com/HemanthSai7)
"""
)