Leo Liu commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def main():
|
|
| 53 |
<h1>πͺ Magic Storyteller </h1>
|
| 54 |
</div>
|
| 55 |
""", unsafe_allow_html=True)
|
| 56 |
-
uploaded_file = st.file_uploader("
|
| 57 |
|
| 58 |
if uploaded_file is not None:
|
| 59 |
bytes_data = uploaded_file.getvalue()
|
|
|
|
| 53 |
<h1>πͺ Magic Storyteller </h1>
|
| 54 |
</div>
|
| 55 |
""", unsafe_allow_html=True)
|
| 56 |
+
uploaded_file = st.file_uploader("ππ» Upload your magic picture here...", type=["jpg", "png"])
|
| 57 |
|
| 58 |
if uploaded_file is not None:
|
| 59 |
bytes_data = uploaded_file.getvalue()
|