Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import io
|
|
11 |
|
12 |
# Set Streamlit page configuration
|
13 |
st.set_page_config(
|
14 |
-
page_title='Indian Stock Data Downloader and Volume Analyzer',
|
15 |
layout='wide',
|
16 |
initial_sidebar_state='expanded'
|
17 |
)
|
@@ -234,4 +234,4 @@ else:
|
|
234 |
|
235 |
**Sample CSV Download:**
|
236 |
[Download Sample `stock_list.csv`](https://raw.githubusercontent.com/your-username/your-repo/main/sample_stock_list.csv)
|
237 |
-
""")
|
|
|
11 |
|
12 |
# Set Streamlit page configuration
|
13 |
st.set_page_config(
|
14 |
+
page_title='📈 Indian Stock Data Downloader and Volume Analyzer',
|
15 |
layout='wide',
|
16 |
initial_sidebar_state='expanded'
|
17 |
)
|
|
|
234 |
|
235 |
**Sample CSV Download:**
|
236 |
[Download Sample `stock_list.csv`](https://raw.githubusercontent.com/your-username/your-repo/main/sample_stock_list.csv)
|
237 |
+
""")
|