kapr commited on
Commit
51ebd47
·
verified ·
1 Parent(s): b25337f

Update app.py

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