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