Update my_model/tabs/model_arch.py
Browse files
my_model/tabs/model_arch.py
CHANGED
@@ -53,7 +53,7 @@ def run_model_arch() -> None:
|
|
53 |
</div>
|
54 |
""", unsafe_allow_html=True)
|
55 |
|
56 |
-
st.markdown("<br>" *
|
57 |
st.markdown("#### Design")
|
58 |
st.markdown("""
|
59 |
<div style="text-align: justify;">
|
|
|
53 |
</div>
|
54 |
""", unsafe_allow_html=True)
|
55 |
|
56 |
+
st.markdown("<br>" * 2, unsafe_allow_html=True)
|
57 |
st.markdown("#### Design")
|
58 |
st.markdown("""
|
59 |
<div style="text-align: justify;">
|