Spaces:
Sleeping
Sleeping
Isabel Gwara commited on
Commit ·
9eb8dd4
1
Parent(s): 34e3471
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,9 +154,9 @@ with open('info.md') as f:
|
|
| 154 |
|
| 155 |
with gr.Row():
|
| 156 |
with gr.Box():
|
| 157 |
-
gr.Markdown(f"
|
| 158 |
with gr.Box():
|
| 159 |
-
gr.Markdown(f"
|
| 160 |
|
| 161 |
with gr.Box():
|
| 162 |
with open('info.md') as f:
|
|
|
|
| 154 |
|
| 155 |
with gr.Row():
|
| 156 |
with gr.Box():
|
| 157 |
+
gr.Markdown(f"<h3>Accuracy: </h3>{acc}")
|
| 158 |
with gr.Box():
|
| 159 |
+
gr.Markdown(f"<h3>Most important question: </h3>{most_imp_feat}")
|
| 160 |
|
| 161 |
with gr.Box():
|
| 162 |
with open('info.md') as f:
|