Spaces:
Runtime error
Runtime error
Commit
·
3a8d08b
1
Parent(s):
0c37b3a
updated message
Browse files
app.py
CHANGED
@@ -46,5 +46,5 @@ if predict_clicked:
|
|
46 |
which_button = st.session_state['which_button']
|
47 |
if which_button == 'sample_button':
|
48 |
predictions = get_predictions(sample_image)
|
49 |
-
st.markdown('**The model
|
50 |
-
st.write(predictions)
|
|
|
46 |
which_button = st.session_state['which_button']
|
47 |
if which_button == 'sample_button':
|
48 |
predictions = get_predictions(sample_image)
|
49 |
+
st.markdown('**The model prediction is :**')
|
50 |
+
st.write(predictions)
|