Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with col1:
|
|
149 |
st.markdown(df_results.style.hide(axis="index").to_html(), unsafe_allow_html=True)
|
150 |
|
151 |
# Display evolution graphs
|
152 |
-
st.markdown("<div style='margin-top:
|
153 |
st.markdown(
|
154 |
"""
|
155 |
<h2 id="evolution-graphs" style="margin-bottom: 0px; padding-bottom: 0px;">
|
|
|
149 |
st.markdown(df_results.style.hide(axis="index").to_html(), unsafe_allow_html=True)
|
150 |
|
151 |
# Display evolution graphs
|
152 |
+
st.markdown("<div style='margin-top: 15px;'></div>", unsafe_allow_html=True)
|
153 |
st.markdown(
|
154 |
"""
|
155 |
<h2 id="evolution-graphs" style="margin-bottom: 0px; padding-bottom: 0px;">
|