lily-hust commited on
Commit
214e0e3
1 Parent(s): 1818d34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def run_the_app():
71
 
72
  st.markdown("Predicted class of the image {} is : {}".format(file, cls))
73
 
74
- write_df(df, file, cls)
75
 
76
  csv = convert_df(df)
77
  st.download_button("Download the results as CSV",
 
71
 
72
  st.markdown("Predicted class of the image {} is : {}".format(file, cls))
73
 
74
+ df = write_df(df, file, cls)
75
 
76
  csv = convert_df(df)
77
  st.download_button("Download the results as CSV",