Spaces:
Runtime error
Runtime error
Vitomir Jovanović
commited on
Commit
•
b2667d5
1
Parent(s):
b8cf1e3
Changing streamlit url for Hugging Face deployment
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ st.title("Top K Search with Vector DataBase")
|
|
7 |
|
8 |
# FastAPI endpoint URL
|
9 |
# url = "http://localhost:8084/search/"
|
10 |
-
url = "https://huggingface.co/
|
11 |
|
12 |
# Input fields in Streamlit
|
13 |
id = st.text_input("Enter ID:", value="1")
|
|
|
7 |
|
8 |
# FastAPI endpoint URL
|
9 |
# url = "http://localhost:8084/search/"
|
10 |
+
url = "https://huggingface.co/search/"
|
11 |
|
12 |
# Input fields in Streamlit
|
13 |
id = st.text_input("Enter ID:", value="1")
|