mwitiderrick commited on
Commit
67d85a9
1 Parent(s): 10e9596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -70,9 +70,8 @@ with gr.Blocks() as demo:
70
 
71
  gr.Examples(
72
  [
73
- ["Fun for adults and children"],
74
- ["Fun for only children"],
75
- ["Gradio is an open-source Python package that allows you to quickly create easy-to-use, customizable UI components for your ML model, any API, or even an arbitrary Python function using a few lines of code. You can integrate the Gradio GUI directly into your Jupyter notebook or share it as a link with anyone."],
76
  ],
77
  inputs=[text],
78
  )
 
70
 
71
  gr.Examples(
72
  [
73
+ ["Who are you voting for in 2020?"],
74
+ ["Public health is very important"]
 
75
  ],
76
  inputs=[text],
77
  )