QuantumLearner commited on
Commit
5b2d376
·
verified ·
1 Parent(s): a64eb30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def format_value(x):
47
 
48
  # ---- MAIN APP START ----
49
  def main():
50
- st.title("Analyst Estimates")
51
  st.write("This tool fetches historical financial data and analyst forecasts. It helps you see past trends and future estimates.")
52
 
53
  if not run_button:
 
47
 
48
  # ---- MAIN APP START ----
49
  def main():
50
+ st.title("Analyst Forecasts & Estimates")
51
  st.write("This tool fetches historical financial data and analyst forecasts. It helps you see past trends and future estimates.")
52
 
53
  if not run_button: