Spaces:
Sleeping
Sleeping
save
Browse files- 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
|