adi2606 commited on
Commit
2335068
1 Parent(s): fa66bf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,7 +38,8 @@ interface = gr.Interface(
38
  allow_flagging=False,
39
  examples=[
40
  ["What is the integral of x^2?"],
41
- ["How do I solve a quadratic equation?"]
 
42
  ]
43
  )
44
 
 
38
  allow_flagging=False,
39
  examples=[
40
  ["What is the integral of x^2?"],
41
+ ["How do I solve a quadratic equation?"],
42
+ ["Tell me about Ramanujan"]
43
  ]
44
  )
45