Spaces:
Runtime error
Runtime error
yourusername
commited on
Commit
•
6496e5a
1
Parent(s):
17e8c6f
:lipstick: improve style
Browse files
app.py
CHANGED
@@ -153,11 +153,9 @@ def huggingface_auth_form():
|
|
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>
|
|
|
153 |
def main():
|
154 |
|
155 |
with st.sidebar:
|
156 |
+
st.sidebar.title("🤗🖼 HuggingPics Explorer")
|
157 |
st.markdown(
|
158 |
"""
|
|
|
|
|
|
|
159 |
<p align="center">
|
160 |
<a href="https://github.com/nateraw/huggingpics-explorer" alt="Repo"><img src="https://img.shields.io/github/stars/nateraw/huggingpics-explorer?style=social" /></a>
|
161 |
</p>
|