Spaces:
Sleeping
Sleeping
Pragya Jatav
commited on
Commit
·
2360bdb
1
Parent(s):
2568e06
m1
Browse files- input_data_example.xlsx +0 -0
- pages/2_Scenario_Planner.py +1 -1
input_data_example.xlsx
ADDED
|
Binary file (9.76 kB). View file
|
|
|
pages/2_Scenario_Planner.py
CHANGED
|
@@ -865,7 +865,7 @@ def give_demo():
|
|
| 865 |
data=get_file_bytes(file_path),
|
| 866 |
file_name=file_path,
|
| 867 |
mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
| 868 |
-
)
|
| 869 |
if auth_status == True:
|
| 870 |
authenticator.logout("Logout", "main")
|
| 871 |
st.header("Scenario Planner")
|
|
|
|
| 865 |
data=get_file_bytes(file_path),
|
| 866 |
file_name=file_path,
|
| 867 |
mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
| 868 |
+
)
|
| 869 |
if auth_status == True:
|
| 870 |
authenticator.logout("Logout", "main")
|
| 871 |
st.header("Scenario Planner")
|