bstraehle commited on
Commit
45df0f5
1 Parent(s): 8f66d0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 + 10 = 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=[
 
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=[