Commit
·
8017014
1
Parent(s):
efa3c3c
fixing reading csv
Browse files
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.
|
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'
|