Isabel Gwara commited on
Commit
ad44c07
·
1 Parent(s): 9eb8dd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -157,6 +157,9 @@ 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
  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: