Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,4 +113,4 @@ for symbol in stock_symbols:
|
|
| 113 |
st.sidebar.warning(f"No data for {symbol}.")
|
| 114 |
|
| 115 |
st.sidebar.subheader('About')
|
| 116 |
-
st.sidebar.info('This dashboard provides stock data and technical indicators for various time periods.
|
|
|
|
| 113 |
st.sidebar.warning(f"No data for {symbol}.")
|
| 114 |
|
| 115 |
st.sidebar.subheader('About')
|
| 116 |
+
st.sidebar.info('This dashboard provides stock data and technical indicators for various time periods.')
|