venkatchoudharyala commited on
Commit
4f211c4
·
verified ·
1 Parent(s): 665bcef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"] = ServerInit("Start")
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")