Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -6,7 +6,7 @@ import time
|
|
| 6 |
# CONFIG
|
| 7 |
# =============================
|
| 8 |
|
| 9 |
-
BACKEND_URL = "https://
|
| 10 |
REQUEST_TIMEOUT = 300 # seconds
|
| 11 |
|
| 12 |
# =============================
|
|
|
|
| 6 |
# CONFIG
|
| 7 |
# =============================
|
| 8 |
|
| 9 |
+
BACKEND_URL = "https://mohith96-researchagentbackend.hf.space/research"
|
| 10 |
REQUEST_TIMEOUT = 300 # seconds
|
| 11 |
|
| 12 |
# =============================
|