Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ if st.button('Load Model', disabled=False):
|
|
58 |
pred = 'Predicted Class: '+ prediction
|
59 |
return pred
|
60 |
flag = False
|
61 |
-
aButton
|
62 |
if not flag:
|
63 |
with col2:
|
64 |
if text or aButton:
|
|
|
58 |
pred = 'Predicted Class: '+ prediction
|
59 |
return pred
|
60 |
flag = False
|
61 |
+
aButton=False
|
62 |
if not flag:
|
63 |
with col2:
|
64 |
if text or aButton:
|