Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -52,7 +52,7 @@ def main():
|
|
| 52 |
)
|
| 53 |
|
| 54 |
# Sidebar: upload
|
| 55 |
-
uploaded =
|
| 56 |
if not uploaded:
|
| 57 |
st.sidebar.info("Awaiting your Excel file…")
|
| 58 |
return
|
|
|
|
| 52 |
)
|
| 53 |
|
| 54 |
# Sidebar: upload
|
| 55 |
+
uploaded = pd.read_excel('/.Dataset.xlsx')
|
| 56 |
if not uploaded:
|
| 57 |
st.sidebar.info("Awaiting your Excel file…")
|
| 58 |
return
|