louiecerv commited on
Commit
4400619
·
1 Parent(s): a9f6d6c
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -62,7 +62,7 @@ with open(uniques_filename, "wb") as output_pickle:
62
  pickle.dump(uniques, output_pickle)
63
 
64
 
65
- st.write("Model saved to {}".format(model_filename)
66
  st.write("Click below to download the model.")
67
 
68
  # Load the files to enable download
 
62
  pickle.dump(uniques, output_pickle)
63
 
64
 
65
+ st.write("Model saved to {}".format(model_filename))
66
  st.write("Click below to download the model.")
67
 
68
  # Load the files to enable download