Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
w3robotics
/
TestChat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
w3robotics
commited on
Oct 4, 2024
Commit
848db73
·
verified
·
1 Parent(s):
c3c4747
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,7 +40,7 @@ with upload_column:
40
}
41
""",
42
):
43
-
if st.button("Upload", key='upload')
44
upload_file()
45
46
40
}
41
""",
42
):
43
+
if st.button("Upload", key='upload')
:
44
upload_file()
45
46