Harshil24 commited on
Commit
5dfe9af
·
1 Parent(s): c945b2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,9)
 
170
  writer.writerows(data)
171
 
172
  if st.button("Generate Text"):
173
+ predict(9,historical=False)