Abdelrhman-Elruby
commited on
Commit
·
bbc8ad1
1
Parent(s):
746951c
modified: main.py
Browse files
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)
|
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 |
|