jaifar530 commited on
Commit
d26f6c2
·
unverified ·
1 Parent(s): fe2bd7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -168,9 +168,9 @@ def check_and_download_files():
168
  for file_name in missing_files:
169
  st.write(file_name)
170
 
171
- if not has_internet_connection():
172
- st.write("No internet connection. Cannot download missing files.")
173
- return
174
 
175
  try:
176
  headers = {
 
168
  for file_name in missing_files:
169
  st.write(file_name)
170
 
171
+ # if not has_internet_connection():
172
+ # st.write("No internet connection. Cannot download missing files.")
173
+ # return
174
 
175
  try:
176
  headers = {