mavinsao commited on
Commit
807d96d
·
verified ·
1 Parent(s): 26f04af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,5 +61,5 @@ if st.button('Predict'):
61
  </style>
62
  """, unsafe_allow_html=True)
63
 
64
- st.write("Predicted label:", predicted_label)
65
  st.write("Confidence:", confidence)
 
61
  </style>
62
  """, unsafe_allow_html=True)
63
 
64
+ st.write("Result:", predicted_label)
65
  st.write("Confidence:", confidence)