QuantumLearner commited on
Commit
bf4ffb5
·
verified ·
1 Parent(s): 6a81e88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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