com3dian commited on
Commit
09bfd4e
·
verified ·
1 Parent(s): f35d78d

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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: