awacke1 commited on
Commit
3000f25
1 Parent(s): cc79cea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  # title and description are optional
4
- title = "Top Ten Nurse Education Fun Facts"
5
- description = "This model predicts questions and answers with top ten topics most likely to help people today with fun facts from consensus. Drag and drop any column of the below example datasets to edit values as you wish and test your inputs to tabular processing AI models.."
6
 
7
  gr.Interface.load("huggingface/scikit-learn/tabular-playground", title=title, description=description).launch()
 
1
  import gradio as gr
2
 
3
  # title and description are optional
4
+ title = "Top Ten Fun Facts"
5
+ description = "This model predicts questions and answers with top ten topics most likely to help with fun facts from consensus. Drag and drop any column of the below example datasets to edit values as you wish and test your inputs to tabular processing AI models.."
6
 
7
  gr.Interface.load("huggingface/scikit-learn/tabular-playground", title=title, description=description).launch()