Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ gr.ChatInterface(
|
|
109 |
retry_btn=None,
|
110 |
undo_btn=None,
|
111 |
clear_btn="Clear",
|
112 |
-
examples=[["I need to solve the equation '2x +
|
113 |
["Generate the first 20 fibbonaci numbers with code.", "sk-<BringYourOwn>"]],
|
114 |
cache_examples=False,
|
115 |
additional_inputs=[
|
|
|
109 |
retry_btn=None,
|
110 |
undo_btn=None,
|
111 |
clear_btn="Clear",
|
112 |
+
examples=[["I need to solve the equation '2x + 11 = 7.5'. Can you help me?", "sk-<BringYourOwn>"],
|
113 |
["Generate the first 20 fibbonaci numbers with code.", "sk-<BringYourOwn>"]],
|
114 |
cache_examples=False,
|
115 |
additional_inputs=[
|