Abdelrhman-Elruby commited on
Commit
bbc8ad1
·
1 Parent(s): 746951c

modified: main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -110,7 +110,7 @@ def home_page():
110
  f.close()
111
 
112
  with st.spinner('Model Running....'):
113
- col2.table(pred(st.session_state.image.name,radio,selbox,check).style.highlight_max(axis=0))
114
 
115
 
116
 
 
110
  f.close()
111
 
112
  with st.spinner('Model Running....'):
113
+ col2.table(pred(st.session_state.image.name,radio,selbox,check))
114
 
115
 
116