kapr commited on
Commit
b6f2f3c
·
verified ·
1 Parent(s): 2a14d16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ def main():
249
  symbols = ["No symbols available"]
250
 
251
  with gr.Blocks() as demo:
252
- gr.Markdown("# OKX 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."
 
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."