Update src/frontend/app.py
Browse files- 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(
|
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__), '../..')))
|