diabolic6045 commited on
Commit
b6b0e9d
·
verified ·
1 Parent(s): a3f3c28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -116,11 +116,11 @@ chat_interface = gr.ChatInterface(
116
  ],
117
  stop_btn=None,
118
  examples=[
119
- ["Hello there! How are you doing?"],
120
- ["Can you explain briefly to me what is the Python programming language?"],
121
- ["Explain the plot of Cinderella in a sentence."],
122
- ["How many hours does it take a man to eat a Helicopter?"],
123
- ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
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
  )