Update app110.py
Browse files
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 |
|