Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ def predict_disease(image):
|
|
164 |
Detected Disease: <span style='color: #FF5722;'>{predicted_label}</span>
|
165 |
</div>
|
166 |
<div style='font-size: 16px; color: #757575; line-height: 1.6;'>
|
167 |
-
{detailed_response.replace("
|
168 |
</div>
|
169 |
"""
|
170 |
|
|
|
164 |
Detected Disease: <span style='color: #FF5722;'>{predicted_label}</span>
|
165 |
</div>
|
166 |
<div style='font-size: 16px; color: #757575; line-height: 1.6;'>
|
167 |
+
{detailed_response.replace("\\n", "<br>").replace("-", "•")}
|
168 |
</div>
|
169 |
"""
|
170 |
|