Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,10 @@ with gr.Blocks(title="Multi-LLM Collaboration Chat") as demo:
|
|
146 |
|
147 |
chat_interface = gr.ChatInterface(
|
148 |
respond,
|
149 |
-
examples=[
|
|
|
|
|
|
|
150 |
additional_inputs=[session_id]
|
151 |
)
|
152 |
|
|
|
146 |
|
147 |
chat_interface = gr.ChatInterface(
|
148 |
respond,
|
149 |
+
examples=[
|
150 |
+
["How can I optimize Python code?"],
|
151 |
+
["Explain quantum computing basics"]
|
152 |
+
],
|
153 |
additional_inputs=[session_id]
|
154 |
)
|
155 |
|