Spaces:
Sleeping
Sleeping
Commit ·
08fa4cb
1
Parent(s): a4a581c
Removed Confidance display
Browse files
app.py
CHANGED
|
@@ -123,7 +123,6 @@ if st.button("Submit Request"):
|
|
| 123 |
<div style="padding: 15px; border-radius: 10px; background-color: #f0f2f6; text-align: center;">
|
| 124 |
<h3 style="color: #4CAF50;">Diagnosis Result</h3>
|
| 125 |
<p style="font-size: 18px;"><strong>Findings:</strong> <span style="color: #FF5722;">{predicted_class}</span></p>
|
| 126 |
-
<p style="font-size: 18px;"><strong>Confidence:</strong> <span style="color: #2196F3;">{confidence}%</span></p>
|
| 127 |
</div>
|
| 128 |
""",
|
| 129 |
unsafe_allow_html=True
|
|
|
|
| 123 |
<div style="padding: 15px; border-radius: 10px; background-color: #f0f2f6; text-align: center;">
|
| 124 |
<h3 style="color: #4CAF50;">Diagnosis Result</h3>
|
| 125 |
<p style="font-size: 18px;"><strong>Findings:</strong> <span style="color: #FF5722;">{predicted_class}</span></p>
|
|
|
|
| 126 |
</div>
|
| 127 |
""",
|
| 128 |
unsafe_allow_html=True
|