Nidhal-ch commited on
Commit
eb5e924
·
verified ·
1 Parent(s): 822e61a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
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.subheader('Evolution Graphs')
 
 
 
 
 
 
 
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()