Spaces:
Runtime error
Runtime error
Anish Asokan
commited on
Commit
·
b43edde
1
Parent(s):
03a3635
fixes
Browse files
app.py
CHANGED
|
@@ -88,10 +88,9 @@ iface = gr.ChatInterface(
|
|
| 88 |
additional_inputs=additional_inputs,
|
| 89 |
examples=[
|
| 90 |
["നിങ്ങൾ ആരാണ് ?"],
|
| 91 |
-
["
|
| 92 |
-
["
|
| 93 |
-
["
|
| 94 |
-
["விரைவாக தூங்குவது எப்படி?"]
|
| 95 |
]
|
| 96 |
)
|
| 97 |
|
|
|
|
| 88 |
additional_inputs=additional_inputs,
|
| 89 |
examples=[
|
| 90 |
["നിങ്ങൾ ആരാണ് ?"],
|
| 91 |
+
["ഒരു list sort ചെയ്യാൻ ഉള്ള python function എഴുതുക."],
|
| 92 |
+
["ചുവപ്പും മഞ്ഞയും കൂടിചേർന്നാൽ ലഭിക്കുന്ന നിറം എന്ത്?"],
|
| 93 |
+
["പെട്ടന്ന് ഉറങ്ങാൻ എന്താണ് ചെയ്യേണ്ടത്?"]
|
|
|
|
| 94 |
]
|
| 95 |
)
|
| 96 |
|