Spaces:
Running
Running
Update app.py
Browse files
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:
|