jaifar530 commited on
Commit
0244547
·
unverified ·
1 Parent(s): 6b76e2b
Files changed (1) hide show
  1. app.py +1 -1
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
- file.write(response.content)
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