mohith96 commited on
Commit
37895fa
·
verified ·
1 Parent(s): 4bbac91

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://YOUR_BACKEND_SPACE_NAME.hf.space/research"
10
  REQUEST_TIMEOUT = 300 # seconds
11
 
12
  # =============================
 
6
  # CONFIG
7
  # =============================
8
 
9
+ BACKEND_URL = "https://huggingface.co/spaces/mohith96/ResearchAgentBackend/research"
10
  REQUEST_TIMEOUT = 300 # seconds
11
 
12
  # =============================