jaifar530 commited on
Commit
0010ffc
·
unverified ·
1 Parent(s): 299488e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -212,8 +212,8 @@ def check_and_download_files():
212
  st.write("content.zip downloaded and extracted successfully.")
213
  except Exception as e:
214
  st.write(f"Error downloading or extracting content.zip: {e}")
215
- else:
216
- st.write("All files exist.")
217
 
218
  check_and_download_files()
219
 
 
212
  st.write("content.zip downloaded and extracted successfully.")
213
  except Exception as e:
214
  st.write(f"Error downloading or extracting content.zip: {e}")
215
+ # else:
216
+ # st.write("All files exist.")
217
 
218
  check_and_download_files()
219