yourusername commited on
Commit
b04b9c4
1 Parent(s): 1846423

:memo: add link to repo in app

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -153,6 +153,12 @@ def huggingface_auth_form():
153
  def main():
154
 
155
  with st.sidebar:
 
 
 
 
 
 
156
  term_1 = st.sidebar.text_input('Search Term 1', value='shiba inu')
157
  term_2 = st.sidebar.text_input('Search Term 2', value='husky')
158
  term_3 = st.sidebar.text_input('Search Term 3', value='')
 
153
  def main():
154
 
155
  with st.sidebar:
156
+ st.sidebar.title("🤗🖼 HuggingPics Explorer")
157
+ st.markdown(
158
+ """<p align="center"><a href="https://github.com/nateraw/huggingpics-explorer" alt="Repo"><img src="https://img.shields.io/github/stars/nateraw/huggingpics-explorer?style=social" /></a></p>""",
159
+ unsafe_allow_html=True,
160
+ )
161
+
162
  term_1 = st.sidebar.text_input('Search Term 1', value='shiba inu')
163
  term_2 = st.sidebar.text_input('Search Term 2', value='husky')
164
  term_3 = st.sidebar.text_input('Search Term 3', value='')