bstraehle commited on
Commit
1ba7dce
1 Parent(s): cee6a57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ gr.ChatInterface(
94
  retry_btn=None,
95
  undo_btn=None,
96
  clear_btn="Clear",
97
- examples=[["I need to solve the equation '2x + 10 = 20'. Can you help me?", "sk-<BringYourOwn>"]],
98
  cache_examples=False,
99
  additional_inputs=[
100
  gr.Textbox("sk-", label="OpenAI API Key", type = "password"),
 
94
  retry_btn=None,
95
  undo_btn=None,
96
  clear_btn="Clear",
97
+ examples=[["I need to solve the equation '2x + 10 = 7.5'. Can you help me?", "sk-<BringYourOwn>"]],
98
  cache_examples=False,
99
  additional_inputs=[
100
  gr.Textbox("sk-", label="OpenAI API Key", type = "password"),