Update app.py
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ if uploaded_image is not None:
|
|
47 |
highest_probability_value = predictions[highest_probability_flower]
|
48 |
|
49 |
# Display the flower with the highest probability
|
50 |
-
st.write(f"Es ist eine: **{highest_probability_flower}**
|
|
|
47 |
highest_probability_value = predictions[highest_probability_flower]
|
48 |
|
49 |
# Display the flower with the highest probability
|
50 |
+
st.write(f"Es ist eine: **{highest_probability_flower}** .")
|