Spaces:
Runtime error
Runtime error
ivan-savchuk
commited on
Commit
β’
15936af
1
Parent(s):
e9ea47f
update of some strings
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ if __name__ == "__main__":
|
|
75 |
# input form
|
76 |
with st.form("my_form"):
|
77 |
# here we have input space
|
78 |
-
query = st.text_input("Enter
|
79 |
placeholder="Type query here...")
|
80 |
# Every form must have a submit button.
|
81 |
submitted = st.form_submit_button("Search")
|
|
|
75 |
# input form
|
76 |
with st.form("my_form"):
|
77 |
# here we have input space
|
78 |
+
query = st.text_input("Enter query about our Medical Data",
|
79 |
placeholder="Type query here...")
|
80 |
# Every form must have a submit button.
|
81 |
submitted = st.form_submit_button("Search")
|