Keshav-rejoice commited on
Commit
623705e
Β·
verified Β·
1 Parent(s): 0f2bdf3

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Log")
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)