Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,7 @@ st.set_page_config(page_title="Search Engine", layout="wide")
|
|
13 |
|
14 |
# Set up the Streamlit app title and search bar
|
15 |
st.title("Search Engine")
|
16 |
-
st.button("Connect to Search Engine Database", type="primary")
|
17 |
-
if st.button():
|
18 |
index_name = st.text_input("Enter a database name:", "")
|
19 |
key = st.text_input("Enter a key:", "")
|
20 |
namespace = st.text_input("Enter a table name:", "")
|
|
|
13 |
|
14 |
# Set up the Streamlit app title and search bar
|
15 |
st.title("Search Engine")
|
16 |
+
if st.button("Connect to Search Engine Database", type="primary")
|
|
|
17 |
index_name = st.text_input("Enter a database name:", "")
|
18 |
key = st.text_input("Enter a key:", "")
|
19 |
namespace = st.text_input("Enter a table name:", "")
|