Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ with col1:
|
|
| 70 |
'FLOPs': results['flops'],
|
| 71 |
'Params': results['params']
|
| 72 |
})
|
| 73 |
-
|
| 74 |
st.markdown(df_results.style.hide(axis="index").to_html(), unsafe_allow_html=True)
|
| 75 |
|
| 76 |
# Display evolution graphs
|
|
|
|
| 70 |
'FLOPs': results['flops'],
|
| 71 |
'Params': results['params']
|
| 72 |
})
|
| 73 |
+
|
| 74 |
st.markdown(df_results.style.hide(axis="index").to_html(), unsafe_allow_html=True)
|
| 75 |
|
| 76 |
# Display evolution graphs
|