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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -204,9 +204,9 @@ def gradio_predict(date):
204
  ################### GRADIO INTERFACE ###################
205
  demo = gr.Interface(
206
  fn=gradio_predict,
207
- inputs=gr.Textbox(label="Date (YYYY-MM-DD)"),
208
- outputs=gr.Dataframe(label="Volatility Predictions", headers=["Type", "Volatility", "Low 95% CI", "High 95% CI"]),
209
- title="Crypto Volatility Predictor",
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."
 
204
  ################### GRADIO INTERFACE ###################
205
  demo = gr.Interface(
206
  fn=gradio_predict,
207
+ inputs=gr.Textbox(label="📆 Date (YYYY-MM-DD)"),
208
+ outputs=gr.Dataframe(label="Volatility Predictions", headers=["Type", "🎯 Volatility", "Low 95% CI", "High 95% CI"]),
209
+ title="BTC Volatility Predictor",
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."