bstraehle commited on
Commit
bd63387
1 Parent(s): 9829228

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -80,14 +80,13 @@ gr.ChatInterface(
80
  chatbot=gr.Chatbot(),
81
  textbox=gr.Textbox(placeholder="Question", container=False, scale=7),
82
  title="Multi-Assistant Demo",
83
- description="Ask AAA Assistant, BBB Assistant, and CCC Assistant and any question",
84
- theme="soft",
85
- cache_examples=False,
86
  retry_btn=None,
87
  undo_btn=None,
88
  clear_btn="Clear",
 
 
89
  additional_inputs=[
90
  gr.Textbox("sk-", label="OpenAI API Key", type = "password"),
91
  ],
92
- examples=[["I need to solve the equation '2x + 10 = 20'. Can you help me?", "sk-<BringYourOwn>"]],
93
  ).launch()
 
80
  chatbot=gr.Chatbot(),
81
  textbox=gr.Textbox(placeholder="Question", container=False, scale=7),
82
  title="Multi-Assistant Demo",
83
+ description="Ask AAA Assistant, BBB Assistant, and CCC Assistant any question",
 
 
84
  retry_btn=None,
85
  undo_btn=None,
86
  clear_btn="Clear",
87
+ examples=[["I need to solve the equation '2x + 10 = 20'. Can you help me?", "sk-<BringYourOwn>"]],
88
+ cache_examples=False,
89
  additional_inputs=[
90
  gr.Textbox("sk-", label="OpenAI API Key", type = "password"),
91
  ],
 
92
  ).launch()