Wedyan2023 commited on
Commit
4801d85
ยท
verified ยท
1 Parent(s): e28e720

Update app110.py

Browse files
Files changed (1) hide show
  1. app110.py +3 -3
app110.py CHANGED
@@ -1041,9 +1041,9 @@ if "task_choice" in st.session_state:
1041
  st.markdown("##### ๐Ÿ“‹ Labeled Examples Preview")
1042
  st.dataframe(df, use_container_width=True)
1043
 
1044
- #Display section
1045
- st.markdown("### ๐Ÿ“‹ Labeled Examples Preview")
1046
- st.dataframe(st.session_state.labeled_preview, use_container_width=True)
1047
 
1048
 
1049
 
 
1041
  st.markdown("##### ๐Ÿ“‹ Labeled Examples Preview")
1042
  st.dataframe(df, use_container_width=True)
1043
 
1044
+ # #Display section
1045
+ # st.markdown("### ๐Ÿ“‹ Labeled Examples Preview")
1046
+ # st.dataframe(st.session_state.labeled_preview, use_container_width=True)
1047
 
1048
 
1049