jaifar530
commited on
dd
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ def AI_vs_AI_RandomForest_88_Samples(df):
|
|
232 |
# Save the file
|
233 |
try:
|
234 |
with open('AI_vs_AI_RandomForest_88_Samples.pkl', 'wb') as file:
|
235 |
-
|
236 |
except Exception as e:
|
237 |
st.write(f"An error occurred: {str(e)}")
|
238 |
|
|
|
232 |
# Save the file
|
233 |
try:
|
234 |
with open('AI_vs_AI_RandomForest_88_Samples.pkl', 'wb') as file:
|
235 |
+
file.write(response.content)
|
236 |
except Exception as e:
|
237 |
st.write(f"An error occurred: {str(e)}")
|
238 |
|