Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -0
src/streamlit_app.py
CHANGED
|
@@ -31,6 +31,8 @@ if uploaded_file and st.button("Submit"):
|
|
| 31 |
with open(submission_path, "wb") as f:
|
| 32 |
f.write(uploaded_file.read())
|
| 33 |
|
|
|
|
|
|
|
| 34 |
# Load and evaluate model
|
| 35 |
try:
|
| 36 |
with open(submission_path, "rb") as f:
|
|
|
|
| 31 |
with open(submission_path, "wb") as f:
|
| 32 |
f.write(uploaded_file.read())
|
| 33 |
|
| 34 |
+
team = "fail"
|
| 35 |
+
|
| 36 |
# Load and evaluate model
|
| 37 |
try:
|
| 38 |
with open(submission_path, "rb") as f:
|