Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -249,7 +249,7 @@ def main():
|
|
249 |
symbols = ["No symbols available"]
|
250 |
|
251 |
with gr.Blocks() as demo:
|
252 |
-
gr.Markdown("#
|
253 |
gr.Markdown(
|
254 |
"This app gathers recent candles from OKX's spot market and makes short-term predictions using Prophet. "
|
255 |
"You can pick any available symbol and timeframe, then see a future forecast (no historical lines) in a line chart and table."
|
|
|
249 |
symbols = ["No symbols available"]
|
250 |
|
251 |
with gr.Blocks() as demo:
|
252 |
+
gr.Markdown("# Crypto Price Forecasting with Prophet")
|
253 |
gr.Markdown(
|
254 |
"This app gathers recent candles from OKX's spot market and makes short-term predictions using Prophet. "
|
255 |
"You can pick any available symbol and timeframe, then see a future forecast (no historical lines) in a line chart and table."
|