Update app102.py
Browse files
app102.py
CHANGED
@@ -557,9 +557,9 @@ if "task_choice" in st.session_state:
|
|
557 |
"application/json",
|
558 |
key='download-json-persistent'
|
559 |
)
|
560 |
-
#
|
561 |
-
|
562 |
-
|
563 |
|
564 |
if st.button("Continue"):
|
565 |
if follow_up == "Generate more examples":
|
|
|
557 |
"application/json",
|
558 |
key='download-json-persistent'
|
559 |
)
|
560 |
+
# Display the labeled examples
|
561 |
+
st.markdown("##### 📋 Labeled Examples Preview")
|
562 |
+
st.dataframe(df, use_container_width=True)
|
563 |
|
564 |
if st.button("Continue"):
|
565 |
if follow_up == "Generate more examples":
|