Vlad Bastina commited on
Commit
f93e87a
·
1 Parent(s): 4100b29

send height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ if __name__ == "__main__":
43
  <link href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
44
  """, unsafe_allow_html=True)
45
  load_css("style.css")
46
-
47
  # Streamlit UI
48
  st.title("📄 FDA Question Answering Demo")
49
 
 
43
  <link href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
44
  """, unsafe_allow_html=True)
45
  load_css("style.css")
46
+ st.markdown("<br></br>",unsafe_allow_html=True)
47
  # Streamlit UI
48
  st.title("📄 FDA Question Answering Demo")
49