DeepSoft-Tech commited on
Commit
6d4cdbf
·
verified ·
1 Parent(s): 50474fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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:", "")