Spaces:
Sleeping
Sleeping
Pragya Jatav
commited on
Commit
·
f92f8fe
1
Parent(s):
7202334
test2
Browse files
pages/8_Scenario_Planner.py
CHANGED
@@ -22,7 +22,7 @@ from yaml import SafeLoader
|
|
22 |
import re
|
23 |
import pandas as pd
|
24 |
import plotly.express as px
|
25 |
-
import response_curves_model_quality as rc
|
26 |
|
27 |
st.set_page_config(layout="wide")
|
28 |
load_local_css("styles.css")
|
@@ -1439,10 +1439,10 @@ if auth_status == True:
|
|
1439 |
unsafe_allow_html=True,
|
1440 |
)
|
1441 |
|
1442 |
-
with st.expander("See Response Curves", expanded=True):
|
1443 |
-
|
1444 |
-
|
1445 |
-
|
1446 |
|
1447 |
summary_df = pd.DataFrame(st.session_state["acutual_predicted"])
|
1448 |
# st.dataframe(summary_df)
|
|
|
22 |
import re
|
23 |
import pandas as pd
|
24 |
import plotly.express as px
|
25 |
+
# import response_curves_model_quality as rc
|
26 |
|
27 |
st.set_page_config(layout="wide")
|
28 |
load_local_css("styles.css")
|
|
|
1439 |
unsafe_allow_html=True,
|
1440 |
)
|
1441 |
|
1442 |
+
# with st.expander("See Response Curves", expanded=True):
|
1443 |
+
# fig = plot_response_curves(summary_df_sorted)
|
1444 |
+
# # st.plotly_chart(rc.response_curves(col))
|
1445 |
+
# # st.plotly_chart(fig, use_container_width=True)
|
1446 |
|
1447 |
summary_df = pd.DataFrame(st.session_state["acutual_predicted"])
|
1448 |
# st.dataframe(summary_df)
|