DevBM commited on
Commit
baeb5c6
·
verified ·
1 Parent(s): b99365e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -553,6 +553,8 @@ def main():
553
  text = None
554
  if text:
555
  text = clean_text(text)
 
 
556
  generate_questions_button = st.button("Generate Questions")
557
  st.markdown('<span aria-label="Generate questions button">Above is the generate questions button</span>', unsafe_allow_html=True)
558
 
 
553
  text = None
554
  if text:
555
  text = clean_text(text)
556
+ with st.expander("Show text"):
557
+ st.write(text)
558
  generate_questions_button = st.button("Generate Questions")
559
  st.markdown('<span aria-label="Generate questions button">Above is the generate questions button</span>', unsafe_allow_html=True)
560