yourusername commited on
Commit
17e8c6f
•
1 Parent(s): b04b9c4

:lipstick: improve format

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -153,9 +153,15 @@ def huggingface_auth_form():
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
 
 
153
  def main():
154
 
155
  with st.sidebar:
 
156
  st.markdown(
157
+ """
158
+ <p align="center">
159
+ <h1>🤗🖼 HuggingPics Explorer</h1>
160
+ <p/>
161
+ <p align="center">
162
+ <a href="https://github.com/nateraw/huggingpics-explorer" alt="Repo"><img src="https://img.shields.io/github/stars/nateraw/huggingpics-explorer?style=social" /></a>
163
+ </p>
164
+ """,
165
  unsafe_allow_html=True,
166
  )
167