DeepSoft-Tech commited on
Commit
9fdae17
1 Parent(s): b43823e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ st.set_page_config(page_title="Search Engine", layout="wide")
14
  # Set up the Streamlit app title and search bar
15
  st.title("Search Engine")
16
  with st.sidebar:
17
- with st.form("my_form")
18
  st.write("Login to Search Engine")
19
  index_name = st.text_input("Enter a database name:", "")
20
  key = st.text_input("Enter a key:", "")
 
14
  # Set up the Streamlit app title and search bar
15
  st.title("Search Engine")
16
  with st.sidebar:
17
+ with st.form("my_form"):
18
  st.write("Login to Search Engine")
19
  index_name = st.text_input("Enter a database name:", "")
20
  key = st.text_input("Enter a key:", "")