nugentc commited on
Commit
6986639
1 Parent(s): 6def779

add better examples

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ title = "A chatbot that provides grammar feedback"
41
  description = "A quick proof of concept using Gradio"
42
  article = "<p style='text-align: center'><a href='https://docs.google.com/presentation/d/11fiO91MKZVgNoQJh5pn3Tw8-inHe6XbWYB2r1f701WI/edit?usp=sharing'> A conversational agent for Language learning</a> | <a href='https://github.com/ConorNugent/gradio-chatbot-demo'>Github Repo</a></p>"
43
  examples = [
44
- ["Hi, how are you?"],
45
- ["How far away is the moon?"],
46
  ]
47
 
48
  iface = gr.Interface(
 
41
  description = "A quick proof of concept using Gradio"
42
  article = "<p style='text-align: center'><a href='https://docs.google.com/presentation/d/11fiO91MKZVgNoQJh5pn3Tw8-inHe6XbWYB2r1f701WI/edit?usp=sharing'> A conversational agent for Language learning</a> | <a href='https://github.com/ConorNugent/gradio-chatbot-demo'>Github Repo</a></p>"
43
  examples = [
44
+ ["Have you red teh play what I wrote?"],
45
+ ["Were do you live?"],
46
  ]
47
 
48
  iface = gr.Interface(