jonaschua commited on
Commit
450ef4b
·
verified ·
1 Parent(s): 2471502

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def respond(message, history: list[tuple[str, str]], model, system_message, max_
94
 
95
  demo = gr.ChatInterface(
96
  respond,
97
- examples=[[["Explain quantum computing"], ["Explain forex trading"], ["What is the capital of China?"]]],
98
 
99
  # examples=[["Explain quantum computing"], ["Explain forex trading"], "Make a poem about nature", "What is the capital of America?"], ["What is the capital of China?"]],
100
  # run_examples_on_click=False,
 
94
 
95
  demo = gr.ChatInterface(
96
  respond,
97
+ examples=[["Explain quantum computing"], ["Explain forex trading"], ["What is the capital of China?"]],
98
 
99
  # examples=[["Explain quantum computing"], ["Explain forex trading"], "Make a poem about nature", "What is the capital of America?"], ["What is the capital of China?"]],
100
  # run_examples_on_click=False,