louiecerv commited on
Commit
a9f6d6c
·
1 Parent(s): 567000e
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -63,7 +63,7 @@ with open(uniques_filename, "wb") as output_pickle:
63
 
64
 
65
  st.write("Model saved to {}".format(model_filename)
66
- st.writ("Click below to download the model.")
67
 
68
  # Load the files to enable download
69
  with open(model_filename, "rb") as f:
 
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
69
  with open(model_filename, "rb") as f: