Spaces:
Running
Running
test: logger usage from classifier page
Browse files
src/pages/4_🔥_classifiers.py
CHANGED
@@ -81,8 +81,7 @@ with tab_inference:
|
|
81 |
if st.sidebar.button(":white_check_mark:[**Validate**]"):
|
82 |
# create a dictionary with the submitted observation
|
83 |
|
84 |
-
|
85 |
-
#tab_log.info(f"{st.session_state.observations}")
|
86 |
|
87 |
df = pd.DataFrame([obs.to_dict() for obs in st.session_state.observations.values()])
|
88 |
#df = pd.DataFrame(st.session_state.observations, index=[0])
|
|
|
81 |
if st.sidebar.button(":white_check_mark:[**Validate**]"):
|
82 |
# create a dictionary with the submitted observation
|
83 |
|
84 |
+
g_logger.info(f"{st.session_state.observations}")
|
|
|
85 |
|
86 |
df = pd.DataFrame([obs.to_dict() for obs in st.session_state.observations.values()])
|
87 |
#df = pd.DataFrame(st.session_state.observations, index=[0])
|