Anna-Lisa commited on
Commit
81440b0
·
verified ·
1 Parent(s): f9ecc3f

Text alignment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ st.markdown(
38
  st.markdown("<div style='margin-top: 40px;'></div>", unsafe_allow_html=True)
39
 
40
  # Help text (static)
41
- st.markdown("""<h3 style='text-align: center;'>Welcome to your chatbot research assistant. It helps you find and summarize specific decisions and annexes, and can also answer general questions about the text. For transparency, it provides references with links to the relevant decisions and annexes, so you can easily verify the sources. \n While this chatbot was developed with care, we recommend double-checking the links to gain a deeper understanding of the material. </h3>""", unsafe_allow_html=True)
42
 
43
  # Add vertical spacing between help text and question input
44
  st.markdown("<div style='margin-top: 25px;'></div>", unsafe_allow_html=True)
 
38
  st.markdown("<div style='margin-top: 40px;'></div>", unsafe_allow_html=True)
39
 
40
  # Help text (static)
41
+ st.markdown("""<h3 style='text-align: left;'>Welcome to your chatbot research assistant. It helps you find and summarize specific decisions and annexes, and can also answer general questions about the text. For transparency, it provides references with links to the relevant decisions and annexes, so you can easily verify the sources. \n While this chatbot was developed with care, we recommend double-checking the links to gain a deeper understanding of the material. </h3>""", unsafe_allow_html=True)
42
 
43
  # Add vertical spacing between help text and question input
44
  st.markdown("<div style='margin-top: 25px;'></div>", unsafe_allow_html=True)