Vitomir Jovanović commited on
Commit
b2667d5
1 Parent(s): b8cf1e3

Changing streamlit url for Hugging Face deployment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/spaces/Vitomir/search_engine/search/"
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")