Spaces:
Runtime error
Runtime error
Update pages/Final.py
Browse files- 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 |
|