Spaces:
Running
Running
Pedro Cuenca
commited on
Commit
•
32f68a8
1
Parent(s):
9f85e8c
Use HTML to center the bottom of the sidebar.
Browse filesStreamlit does not recommend it for being unsafe, but I don't think that
applies to us.
Former-commit-id: f6d5d6440d6e23f943a1e22f3ca059546b74de0a
- app/app.py +5 -2
app/app.py
CHANGED
@@ -17,8 +17,11 @@ st.sidebar.markdown("""
|
|
17 |
___
|
18 |
Dall-E Mini is an AI model that generates images from any prompt you give it!
|
19 |
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
22 |
|
23 |
st.header('DALL-E mini Demo')
|
24 |
st.subheader('Generate images from text')
|
|
|
17 |
___
|
18 |
Dall-E Mini is an AI model that generates images from any prompt you give it!
|
19 |
|
20 |
+
<p style='text-align: center'>
|
21 |
+
Created by Boris Dayma et al. 2021
|
22 |
+
<a href="https://github.com/borisdayma/dalle-mini">GitHub</a> | See <a href="https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA">Report</a>
|
23 |
+
</p>
|
24 |
+
""", unsafe_allow_html=True)
|
25 |
|
26 |
st.header('DALL-E mini Demo')
|
27 |
st.subheader('Generate images from text')
|