Spaces:
Running
Running
Silvia Terragni
commited on
Commit
•
076bf9c
1
Parent(s):
af4ad42
added pizza example to the gallery
Browse files- examples.py +4 -0
- static/img/examples/pizza.png +0 -0
examples.py
CHANGED
@@ -108,3 +108,7 @@ def app():
|
|
108 |
st.markdown(
|
109 |
"It seems it's half an armchair and half an avocado! We thank the DALL-E mini team for the great idea :)"
|
110 |
)
|
|
|
|
|
|
|
|
|
|
108 |
st.markdown(
|
109 |
"It seems it's half an armchair and half an avocado! We thank the DALL-E mini team for the great idea :)"
|
110 |
)
|
111 |
+
|
112 |
+
st.subheader("A more classic example")
|
113 |
+
st.markdown("Is this a pizza, a dish of pasta or a cat?")
|
114 |
+
st.image("static/img/examples/pizza.png", use_column_width=True)
|
static/img/examples/pizza.png
ADDED