venkatchoudharyala commited on
Commit
7214ec4
·
verified ·
1 Parent(s): 8cf22ee

Update pages/Final.py

Browse files
Files changed (1) hide show
  1. pages/Final.py +1 -0
pages/Final.py CHANGED
@@ -9,6 +9,7 @@ def main():
9
  st.success(Generate(st.session_state['Questions'][-1], st.session_state["Server"]))
10
  else:
11
  st.error("Server is not Booted")
 
12
  else:
13
  st.error("Please Navigate back to Extraction Page and Upload your Article")
14
 
 
9
  st.success(Generate(st.session_state['Questions'][-1], st.session_state["Server"]))
10
  else:
11
  st.error("Server is not Booted")
12
+ st.write(st.session_state["Questions"][-1])
13
  else:
14
  st.error("Please Navigate back to Extraction Page and Upload your Article")
15