Wedyan2023 commited on
Commit
6408c69
·
verified ·
1 Parent(s): 641ed9b

Update app102.py

Browse files
Files changed (1) hide show
  1. app102.py +3 -3
app102.py CHANGED
@@ -557,9 +557,9 @@ if "task_choice" in st.session_state:
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":
 
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":