Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ with st.sidebar.expander("How to Use:", expanded=False):
|
|
| 29 |
- **Date Range**: Select the start and end dates.
|
| 30 |
- **Fetch Data**: Click 'Fetch Data' to load the stock data.
|
| 31 |
- **Moving Averages**: Choose and customize your moving averages.
|
| 32 |
-
- **Run Analysis**: Click 'Run' to apply and visualize.
|
| 33 |
""")
|
| 34 |
|
| 35 |
# Function to fetch data
|
|
|
|
| 29 |
- **Date Range**: Select the start and end dates.
|
| 30 |
- **Fetch Data**: Click 'Fetch Data' to load the stock data.
|
| 31 |
- **Moving Averages**: Choose and customize your moving averages.
|
| 32 |
+
- **Run Analysis**: Click 'Run' to apply the moving average method and visualize.
|
| 33 |
""")
|
| 34 |
|
| 35 |
# Function to fetch data
|