Isabel Gwara commited on
Commit
890b5d6
·
1 Parent(s): 5b55dd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -151,6 +151,12 @@ with open('info.md') as f:
151
 
152
  submit.click(fn=general_predictor, inputs=inputls, outputs=output)
153
 
 
 
 
 
 
 
154
  with gr.Box():
155
  with open('info.md') as f:
156
  f.readline()
 
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:
162
  f.readline()