Leo Liu commited on
Commit
cff93f8
Β·
verified Β·
1 Parent(s): 73c02d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("🌈 Choose your magic picture...", type=["jpg", "png"])
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()