Spaces:
Runtime error
Runtime error
File size: 205 Bytes
7a89bde |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
import json
import streamlit as st
def authors():
st.sidebar.divider()
st.sidebar.info(
"""
Follow me on:
Github → [@HemanthSai7](https://github.com/HemanthSai7)
"""
)
|