Vitomir Jovanović commited on
Commit
f98c9e7
·
1 Parent(s): ed03ba8

Change url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import requests
6
  st.title("Top K Search with Vector DataBase")
7
 
8
  # FastAPI endpoint URL
9
- url = "http://localhost:8084/search/"
10
 
11
  # Input fields in Streamlit
12
  id = st.text_input("Enter ID:", value="1")
 
6
  st.title("Top K Search with Vector DataBase")
7
 
8
  # FastAPI endpoint URL
9
+ url = "https://huggingface.co/spaces/Vitomir/search_engine"
10
 
11
  # Input fields in Streamlit
12
  id = st.text_input("Enter ID:", value="1")