jaifar530 commited on
Commit
d09fce2
·
unverified ·
1 Parent(s): 0b9f133
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ def AI_vs_AI_RandomForest_88_Samples(df):
205
  'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3',
206
  }
207
 
208
- response = requests.get(url, headers=headers)
209
 
210
  # Save the file
211
  with open('AI_vs_AI_RandomForest_88_Samples.pkl', 'wb') as file1:
 
205
  'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3',
206
  }
207
 
208
+ response = requests.get(url, headers=headers)
209
 
210
  # Save the file
211
  with open('AI_vs_AI_RandomForest_88_Samples.pkl', 'wb') as file1: