Update app.py
Browse files
app.py
CHANGED
@@ -87,9 +87,9 @@ def main():
|
|
87 |
st.write('\n')
|
88 |
|
89 |
final_results_as_table = f"""
|
90 |
-
|
|
91 |
|---|---|
|
92 |
-
|
|
93 |
|Category|{model.cls_id2label[disease_idx]}|
|
94 |
"""
|
95 |
st.markdown(final_results_as_table)
|
|
|
87 |
st.write('\n')
|
88 |
|
89 |
final_results_as_table = f"""
|
90 |
+
|Parameters|Outcomes|
|
91 |
|---|---|
|
92 |
+
|Vertical cup-to-disc ratio|{vcdr:.04f}|
|
93 |
|Category|{model.cls_id2label[disease_idx]}|
|
94 |
"""
|
95 |
st.markdown(final_results_as_table)
|