Spaces:
Running
Running
tracinginsights
commited on
Commit
•
b292164
1
Parent(s):
b0857e6
Update pages/Download_Raw_Data.py
Browse files
pages/Download_Raw_Data.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from repo_directory import Download_Raw_Data as dl
|
|
|
3 |
|
4 |
YEAR_SELECTED = st.selectbox(
|
5 |
'Select Year',
|
|
|
1 |
import streamlit as st
|
2 |
from repo_directory import Download_Raw_Data as dl
|
3 |
+
from repo_directory import button
|
4 |
|
5 |
YEAR_SELECTED = st.selectbox(
|
6 |
'Select Year',
|