Lullooo commited on
Commit
4ef6110
·
verified ·
1 Parent(s): b0947e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -210,8 +210,7 @@ demo = gr.Interface(
210
  description=(
211
  "Enter a date to get predicted BTC volatility and 95% confidence intervals.\n"
212
  "Nowcast = today's volatility, Forecast = next day's volatility."
213
- ),
214
- allow_flagging="never"
215
  )
216
 
217
  if __name__ == "__main__":
 
210
  description=(
211
  "Enter a date to get predicted BTC volatility and 95% confidence intervals.\n"
212
  "Nowcast = today's volatility, Forecast = next day's volatility."
213
+ )
 
214
  )
215
 
216
  if __name__ == "__main__":