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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -102,12 +102,12 @@ for filename, url in file_urls.items():
102
  # st.write(f"File {filename} already exists. Skipping download.")
103
  ############ download ridge and ExtraTree stuff
104
 
105
- def has_internet_connection():
106
- try:
107
- response = requests.get("https://www.google.com/", timeout=5)
108
- return True
109
- except requests.ConnectionError:
110
- return False
111
 
112
  def is_zip_file(file_path):
113
  return zipfile.is_zipfile(file_path)
 
102
  # st.write(f"File {filename} already exists. Skipping download.")
103
  ############ download ridge and ExtraTree stuff
104
 
105
+ # def has_internet_connection():
106
+ # try:
107
+ # response = requests.get("https://www.google.com/", timeout=5)
108
+ # return True
109
+ # except requests.ConnectionError:
110
+ # return False
111
 
112
  def is_zip_file(file_path):
113
  return zipfile.is_zipfile(file_path)