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