Spaces:
Running
Running
jaifar530
commited on
Update app.py
Browse files
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 |
-
|
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 |
|