Spaces:
Sleeping
Sleeping
Vitomir Jovanović
commited on
Commit
·
f98c9e7
1
Parent(s):
ed03ba8
Change url
Browse files
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 = "
|
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")
|