Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,12 +16,12 @@ st.title("Search Engine")
|
|
16 |
|
17 |
|
18 |
with st.form("my_form"):
|
19 |
-
|
20 |
-
# slider_val = st.slider("Form slider")
|
21 |
-
# checkbox_val = st.checkbox("Form checkbox")
|
22 |
index_name = st.text_input("Enter a database name:", "")
|
23 |
key = st.text_input("Enter a key:", "")
|
24 |
namespace = st.text_input("Enter a table name:", "")
|
|
|
|
|
25 |
|
26 |
# Every form must have a submit button.
|
27 |
submitted = st.form_submit_button("Connect to My Search Engine")
|
|
|
16 |
|
17 |
|
18 |
with st.form("my_form"):
|
19 |
+
st.write("Login to Search Engine")
|
|
|
|
|
20 |
index_name = st.text_input("Enter a database name:", "")
|
21 |
key = st.text_input("Enter a key:", "")
|
22 |
namespace = st.text_input("Enter a table name:", "")
|
23 |
+
# slider_val = st.slider("Form slider")
|
24 |
+
# checkbox_val = st.checkbox("Form checkbox")
|
25 |
|
26 |
# Every form must have a submit button.
|
27 |
submitted = st.form_submit_button("Connect to My Search Engine")
|