Spaces:
Sleeping
Sleeping
Isabel Gwara
commited on
Commit
·
34e3471
1
Parent(s):
890b5d6
Update app.py
Browse files
app.py
CHANGED
@@ -150,12 +150,13 @@ with open('info.md') as f:
|
|
150 |
output = gr.Textbox(label="Your recommendation:")
|
151 |
|
152 |
submit.click(fn=general_predictor, inputs=inputls, outputs=output)
|
|
|
153 |
|
154 |
with gr.Row():
|
155 |
with gr.Box():
|
156 |
-
gr.Markdown(f"Accuracy: {acc}")
|
157 |
with gr.Box():
|
158 |
-
gr.Markdown(f"Most important question: {most_imp_feat}")
|
159 |
|
160 |
with gr.Box():
|
161 |
with open('info.md') as f:
|
|
|
150 |
output = gr.Textbox(label="Your recommendation:")
|
151 |
|
152 |
submit.click(fn=general_predictor, inputs=inputls, outputs=output)
|
153 |
+
gr.Markdown("<br />")
|
154 |
|
155 |
with gr.Row():
|
156 |
with gr.Box():
|
157 |
+
gr.Markdown(f"###Accuracy: {acc}")
|
158 |
with gr.Box():
|
159 |
+
gr.Markdown(f"###Most important question: {most_imp_feat}")
|
160 |
|
161 |
with gr.Box():
|
162 |
with open('info.md') as f:
|