saritha commited on
Commit
9f50a01
·
verified ·
1 Parent(s): 1446303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("\n", "<br>").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