Spaces:
Runtime error
Runtime error
ivan-savchuk
commited on
Commit
β’
ca3e418
1
Parent(s):
a0c9518
Update app.py
Browse files
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.
|
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
|