Spaces:
Runtime error
Runtime error
SusiePHaltmann
commited on
Commit
·
de6e0a9
1
Parent(s):
675196d
Update app.py
Browse files
app.py
CHANGED
@@ -61,4 +61,6 @@ def main():
|
|
61 |
|
62 |
uploaded_file = st.file_uploader("Choose an image", type="jpg")
|
63 |
|
64 |
-
|
|
|
|
|
|
61 |
|
62 |
uploaded_file = st.file_uploader("Choose an image", type="jpg")
|
63 |
|
64 |
+
st.title("Dall-F-X")
|
65 |
+
st.markdown("Create images from textual descriptions with Dall-E!")
|
66 |
+
st.button("Edit Photo")
|