Update utils.py
Browse files
utils.py
CHANGED
|
@@ -61,7 +61,7 @@ def add_instruction_text(text_to_display):
|
|
| 61 |
|
| 62 |
def add_red_text(text_to_display):
|
| 63 |
st.markdown(
|
| 64 |
-
f"<div style='text-align:center; color:#c0392b; font-size:
|
| 65 |
unsafe_allow_html=True,
|
| 66 |
)
|
| 67 |
|
|
|
|
| 61 |
|
| 62 |
def add_red_text(text_to_display):
|
| 63 |
st.markdown(
|
| 64 |
+
f"<div style='text-align:center; color:#c0392b; font-size:18px;'>{text_to_display}<br></div>",
|
| 65 |
unsafe_allow_html=True,
|
| 66 |
)
|
| 67 |
|