JaganathC commited on
Commit
6966002
·
1 Parent(s): 9396114

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -160,8 +160,7 @@ with open('info.md') as f:
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 <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:
 
160
 
161
  gr.Markdown("<br />")
162
 
163
+
 
164
 
165
  with gr.Box():
166
  with open('info.md') as f: