Spaces:
Sleeping
Sleeping
Updated app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ if category_choice == "Flooring":
|
|
130 |
except Exception as e:
|
131 |
st.error(f"β An error occurred while generating the description:\n{e}")
|
132 |
add_dpoc_entry(class_name, ai_description.strip())
|
133 |
-
st.subheader("π DPOC
|
134 |
if st.session_state.dpoc_list:
|
135 |
dpoc_df = pd.DataFrame(st.session_state.dpoc_list)
|
136 |
st.dataframe(dpoc_df, use_container_width=True)
|
|
|
130 |
except Exception as e:
|
131 |
st.error(f"β An error occurred while generating the description:\n{e}")
|
132 |
add_dpoc_entry(class_name, ai_description.strip())
|
133 |
+
st.subheader("π DPOC")
|
134 |
if st.session_state.dpoc_list:
|
135 |
dpoc_df = pd.DataFrame(st.session_state.dpoc_list)
|
136 |
st.dataframe(dpoc_df, use_container_width=True)
|