Tanaanan commited on
Commit
375f9dd
1 Parent(s): 8fb6573

hide aib logo'

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from sklearn.metrics import precision_recall_fscore_support, accuracy_score, roc
15
 
16
 
17
 
18
- st.sidebar.image("./logo.png")
19
 
20
  st.sidebar.header("ATK-OCR classification (AOC) Webapp.")
21
 
 
15
 
16
 
17
 
18
+ #st.sidebar.image("./logo.png")
19
 
20
  st.sidebar.header("ATK-OCR classification (AOC) Webapp.")
21