diabolic6045
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -116,11 +116,11 @@ chat_interface = gr.ChatInterface(
|
|
116 |
],
|
117 |
stop_btn=None,
|
118 |
examples=[
|
119 |
-
["
|
120 |
-
["
|
121 |
-
["
|
122 |
-
["How
|
123 |
-
["
|
124 |
],
|
125 |
cache_examples=False,
|
126 |
)
|
|
|
116 |
],
|
117 |
stop_btn=None,
|
118 |
examples=[
|
119 |
+
["How can I find the maximum sum of a subarray in an array that is divisible by a given number, k?"],
|
120 |
+
["Name three mammals that are capable of holding tools."],
|
121 |
+
["Detailed Instructions: Translation from English to Telugu. Problem:Closer. Solution:"],
|
122 |
+
["How can I write a Python program to sort the elements in the given list alphabetically?"],
|
123 |
+
["Solve 16*k - 36 = -31*k + 105 for k.. What is the answer??"],
|
124 |
],
|
125 |
cache_examples=False,
|
126 |
)
|