Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -399,7 +399,7 @@ def main():
|
|
399 |
symbols = ["No symbols available"]
|
400 |
|
401 |
with gr.Blocks() as demo:
|
402 |
-
gr.Markdown("#
|
403 |
gr.Markdown(
|
404 |
"This tool can gather thousands of historical data points from OKX's spot market "
|
405 |
"and make forecasts using Prophet. You can tweak Prophet's advanced settings or "
|
|
|
399 |
symbols = ["No symbols available"]
|
400 |
|
401 |
with gr.Blocks() as demo:
|
402 |
+
gr.Markdown("# Crypto Price Forecasting with Prophet")
|
403 |
gr.Markdown(
|
404 |
"This tool can gather thousands of historical data points from OKX's spot market "
|
405 |
"and make forecasts using Prophet. You can tweak Prophet's advanced settings or "
|