ivan-savchuk commited on
Commit
ca3e418
β€’
1 Parent(s): a0c9518

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ if __name__ == "__main__":
56
  # get instance of DocumentSearch class
57
  surfer = DocumentSearch()
58
  # streamlit part starts here with title
59
- st.title('Medical Search')
60
  # input form
61
  with st.form("my_form"):
62
  # here we have input space
 
56
  # get instance of DocumentSearch class
57
  surfer = DocumentSearch()
58
  # streamlit part starts here with title
59
+ st.markdown("<h1 style='text-align: center'>Medical Search</h1>", unsafe_allow_html=True)
60
  # input form
61
  with st.form("my_form"):
62
  # here we have input space