Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,14 +73,14 @@ with gr.Blocks() as demo:
|
|
73 |
clear = gr.Button("Clear")
|
74 |
|
75 |
gr.Examples(examples=[
|
76 |
-
["
|
77 |
-
['
|
78 |
-
['What
|
79 |
-
['
|
80 |
-
['
|
81 |
-
['Why this happens and how to fix it?'],
|
82 |
-
["What do you think about the person's behaviour?"],
|
83 |
-
['Do you know who drew this painting?'],
|
84 |
], inputs=[msg])
|
85 |
|
86 |
def user(user_message, history):
|
|
|
73 |
clear = gr.Button("Clear")
|
74 |
|
75 |
gr.Examples(examples=[
|
76 |
+
["Who are you?"],
|
77 |
+
['ଭାରତର ପ୍ରମୁଖ ସହରଗୁଡ଼ିକ କ’ଣ?'],
|
78 |
+
['What is 2+2 ?'],
|
79 |
+
['what are the major cities of India.'],
|
80 |
+
['Solve for x: 5x + 3 = 28'],
|
81 |
+
# ['Why this happens and how to fix it?'],
|
82 |
+
# ["What do you think about the person's behaviour?"],
|
83 |
+
# ['Do you know who drew this painting?'],
|
84 |
], inputs=[msg])
|
85 |
|
86 |
def user(user_message, history):
|