Isabel Gwara commited on
Commit
e39233a
·
1 Parent(s): c604f70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -157,9 +157,11 @@ with open('info.md') as f:
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
- gr.Markdown(''':star: Note that model accuracy is based on the uploaded data.csv and reflects how well the AI model can give correct recommendations for that dataset. Model accuracy and most important feature can be helpful for understanding how the model works, but should not be considered absolute facts about the real world.''')
163
 
164
  with gr.Box():
165
  with open('info.md') as f:
 
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
+ gr.Markdown("<br />")
162
+
163
  with gr.Box():
164
+ gr.Markdown(''' Note that model accuracy is based on the uploaded data.csv and reflects how well the AI model can give correct recommendations for that dataset. Model accuracy and most important feature can be helpful for understanding how the model works, but should not be considered absolute facts about the real world.''')
165
 
166
  with gr.Box():
167
  with open('info.md') as f: