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

Update app110.py

Browse files
Files changed (1) hide show
  1. app110.py +1 -1
app110.py CHANGED
@@ -1041,7 +1041,7 @@ 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
 
 
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