duongthienz commited on
Commit
09710fe
·
verified ·
1 Parent(s): 7f3fca2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ st.markdown(
104
  "<p style='margin-bottom:4px;'>Keep in mind that this is a very early draft of the tool. "
105
  "Please be patient with any bugs/errors, and email Connor Young at "
106
  "<a href='mailto:czyoung@ualr.edu'>czyoung@ualr.edu</a> if you need help using the tool!</p>"
107
- "<hr style='margin-top:16px; margin-bottom:16px;'>",
108
  unsafe_allow_html=True,
109
  )
110
 
 
104
  "<p style='margin-bottom:4px;'>Keep in mind that this is a very early draft of the tool. "
105
  "Please be patient with any bugs/errors, and email Connor Young at "
106
  "<a href='mailto:czyoung@ualr.edu'>czyoung@ualr.edu</a> if you need help using the tool!</p>"
107
+ "<hr style='margin-top:16px; margin-bottom:24px;'>",
108
  unsafe_allow_html=True,
109
  )
110