mbosse99 commited on
Commit
2f94940
·
1 Parent(s): 728458b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -349,7 +349,8 @@ if (st.session_state["job"] and submit) or st.session_state["docs_res"]:
349
  st.rerun()
350
  with cols_final[0]:
351
  st.write(final_q)
352
- if st.button("Submit", use_container_width=True):
353
- st.success('Successful search for candidates and generation of questions')
 
354
 
355
 
 
349
  st.rerun()
350
  with cols_final[0]:
351
  st.write(final_q)
352
+ if len(st.session_state["final_question_string"])>0:
353
+ if st.button("Submit", use_container_width=True):
354
+ st.success('Successful search for candidates and generation of questions')
355
 
356