Spaces:
Sleeping
Sleeping
Pragya Jatav
commited on
Commit
·
b6d0097
1
Parent(s):
a7b3ed8
version changes
Browse files- pages/2_Scenario_Planner.py +4 -0
- summary_df.pkl +1 -1
pages/2_Scenario_Planner.py
CHANGED
@@ -18,6 +18,10 @@ from utilities import (
|
|
18 |
send_email,
|
19 |
channel_name_formating,
|
20 |
)
|
|
|
|
|
|
|
|
|
21 |
from classes import class_from_dict, class_to_dict
|
22 |
import pickle
|
23 |
import streamlit_authenticator as stauth
|
|
|
18 |
send_email,
|
19 |
channel_name_formating,
|
20 |
)
|
21 |
+
|
22 |
+
import warnings
|
23 |
+
# Suppress specific warnings if necessary
|
24 |
+
warnings.filterwarnings("ignore", category=UserWarning)
|
25 |
from classes import class_from_dict, class_to_dict
|
26 |
import pickle
|
27 |
import streamlit_authenticator as stauth
|
summary_df.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1822
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75a46c3c34a979ce339c50bee004c9156936b9e240a7b456d84229dbf0d21208
|
3 |
size 1822
|