Spaces:
Build error
Build error
Commit
·
d0b3409
1
Parent(s):
0352430
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ if st.button("Submit"):
|
|
| 26 |
# Get prediction
|
| 27 |
prediction = clf.predict(X)[0]
|
| 28 |
|
| 29 |
-
st.text("Predicted Disease:"
|
| 30 |
|
| 31 |
|
| 32 |
|
|
|
|
| 26 |
# Get prediction
|
| 27 |
prediction = clf.predict(X)[0]
|
| 28 |
|
| 29 |
+
st.text("Predicted Disease: " + prediction)
|
| 30 |
|
| 31 |
|
| 32 |
|