WickedFaith commited on
Commit
5a66a13
·
verified ·
1 Parent(s): 164fe9b

Update src/frontend/app.py

Browse files
Files changed (1) hide show
  1. src/frontend/app.py +1 -1
src/frontend/app.py CHANGED
@@ -23,7 +23,7 @@ if "api_started" not in st.session_state:
23
  st.success("Starting API... please wait a few seconds.")
24
 
25
  # Wait a few seconds for server to start
26
- time.sleep(5)
27
 
28
  # Add the project root to the Python path
29
  sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../..')))
 
23
  st.success("Starting API... please wait a few seconds.")
24
 
25
  # Wait a few seconds for server to start
26
+ time.sleep(15)
27
 
28
  # Add the project root to the Python path
29
  sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../..')))