Spaces:
Running
Running
Update app.py
Browse files
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.
|
353 |
-
st.
|
|
|
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 |
|