HemanthSai7's picture
HF spaces
7a89bde
raw
history blame
205 Bytes
import json
import streamlit as st
def authors():
st.sidebar.divider()
st.sidebar.info(
"""
Follow me on:
Github → [@HemanthSai7](https://github.com/HemanthSai7)
"""
)