Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ def main():
|
|
| 8 |
st.title("Abstract Page")
|
| 9 |
if "Server" not in st.session_state:
|
| 10 |
with st.spinner("Booting Server"):
|
| 11 |
-
st.session_state["Server"] =
|
| 12 |
else:
|
| 13 |
if st.button("Upload Text"):
|
| 14 |
st.switch_page("pages/Extraction.py")
|
|
|
|
| 8 |
st.title("Abstract Page")
|
| 9 |
if "Server" not in st.session_state:
|
| 10 |
with st.spinner("Booting Server"):
|
| 11 |
+
st.session_state["Server"] = ServerCntrl("Start")
|
| 12 |
else:
|
| 13 |
if st.button("Upload Text"):
|
| 14 |
st.switch_page("pages/Extraction.py")
|