dibend commited on
Commit
33e4c82
1 Parent(s): 18c64e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def train_predictive_model(ticker, period, epochs, batch_size, future_days):
156
 
157
  # Gradio Interface
158
  with gr.Blocks() as demo:
159
- gr.Markdown("# Stock Analysis Tool")
160
 
161
  with gr.Tab("Technical Analysis"):
162
  with gr.Row():
 
156
 
157
  # Gradio Interface
158
  with gr.Blocks() as demo:
159
+ gr.Markdown("# Ultimate Asset Analyzer (Use Yahoo Finance Tickers)")
160
 
161
  with gr.Tab("Technical Analysis"):
162
  with gr.Row():