Nidhal-ch commited on
Commit
9218d53
·
verified ·
1 Parent(s): 444e7b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with col1:
70
  'FLOPs': results['flops'],
71
  'Params': results['params']
72
  })
73
- df_results.index= None
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