mohith96 commited on
Commit
42aa7ed
·
verified ·
1 Parent(s): 37895fa

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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://huggingface.co/spaces/mohith96/ResearchAgentBackend/research"
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
  # =============================