Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,14 @@ with col1:
|
|
150 |
|
151 |
# Display evolution graphs
|
152 |
st.markdown("<div style='margin-top: 30px;'></div>", unsafe_allow_html=True)
|
153 |
-
st.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
epochs = [1, 2, 3, 4]
|
155 |
|
156 |
# fig = go.Figure()
|
|
|
150 |
|
151 |
# Display evolution graphs
|
152 |
st.markdown("<div style='margin-top: 30px;'></div>", unsafe_allow_html=True)
|
153 |
+
st.markdown(
|
154 |
+
"""
|
155 |
+
<h2 id="evolution-graphs" style="margin-bottom: 0px; padding-bottom: 0px;">
|
156 |
+
Evolution Graphs
|
157 |
+
</h2>
|
158 |
+
""",
|
159 |
+
unsafe_allow_html=True
|
160 |
+
)
|
161 |
epochs = [1, 2, 3, 4]
|
162 |
|
163 |
# fig = go.Figure()
|