hyechanjun commited on
Commit
b7cf1f8
·
1 Parent(s): 6bf8905

added output text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ option = st.selectbox(
54
  ('interview-question-remake', 'interview-length-tagged', 'reverse-interview-question'))
55
 
56
  if st.button('Submit'):
57
- genQuestion(option, input)
 
54
  ('interview-question-remake', 'interview-length-tagged', 'reverse-interview-question'))
55
 
56
  if st.button('Submit'):
57
+ st.write(genQuestion(option, input))