Spaces:
Sleeping
Sleeping
Isabel Gwara
commited on
Commit
·
4523cdc
1
Parent(s):
3229447
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ with open('info.md') as f:
|
|
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
|
165 |
|
166 |
with gr.Box():
|
167 |
with open('info.md') as f:
|
|
|
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 <em>that dataset</em>. Model accuracy and most important feature can be helpful for understanding how the model works, but <em>should not be considered absolute facts about the real world</em>.''')
|
165 |
|
166 |
with gr.Box():
|
167 |
with open('info.md') as f:
|