ivan-savchuk commited on
Commit
15936af
β€’
1 Parent(s): e9ea47f

update of some strings

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