Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|