deepakri201 commited on
Commit
8017014
·
1 Parent(s): efa3c3c

fixing reading csv

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ if st.button("Run inference"):
90
  )
91
 
92
  # show classification results df
93
- st.write(pd.read_csv('classification_results.df'))
94
 
95
  # show image
96
  image_path = 'image_for_classification.png'
 
90
  )
91
 
92
  # show classification results df
93
+ st.write(pd.read_csv('classification_results.csv'))
94
 
95
  # show image
96
  image_path = 'image_for_classification.png'