nugentc commited on
Commit
a6bca23
1 Parent(s): 6986639
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ 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
- ["Have you red teh play what I wrote?"],
45
  ["Were do you live?"],
46
  ]
47
 
 
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 read the play what I wrote?"],
45
  ["Were do you live?"],
46
  ]
47