lily-hust commited on
Commit
1ae21d5
·
1 Parent(s): bd6c0b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,6 +44,6 @@ with st.form("list", clear_on_submit=True):
44
  submitted = st.form_submit_button("clear")
45
  if submitted:
46
  uploaded_file = None
47
- st.image(uploaded_file)
48
 
49
 
 
44
  submitted = st.form_submit_button("clear")
45
  if submitted:
46
  uploaded_file = None
47
+
48
 
49