Spaces:
Running
Running
jaifar530
commited on
fix
Browse files
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 |
-
|
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:
|