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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ with open('info.md') as f:
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:
 
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: