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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with col1:
69
  'mAP': results['map'],
70
  'FLOPs': results['flops'],
71
  'Params': results['params']
72
- },index=False)
73
  df_results.index= None
74
  st.markdown(df_results.style.hide(axis="index").to_html(), unsafe_allow_html=True)
75
 
 
69
  'mAP': results['map'],
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