Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update app.py
Browse files
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:
|
| 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 |
|