Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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."
|