Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -170,4 +170,4 @@ def predict(m,historical=True):
|
|
170 |
writer.writerows(data)
|
171 |
|
172 |
if st.button("Generate Text"):
|
173 |
-
predict(historical=False
|
|
|
170 |
writer.writerows(data)
|
171 |
|
172 |
if st.button("Generate Text"):
|
173 |
+
predict(9,historical=False)
|