sitammeur commited on
Commit
80cc5ca
·
verified ·
1 Parent(s): 76b3d28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -136,6 +136,7 @@ def respond(
136
  # Create a chat interface
137
  demo = gr.ChatInterface(
138
  respond,
 
139
  additional_inputs_accordion=gr.Accordion(
140
  label="⚙️ Parameters", open=False, render=False
141
  ),
 
136
  # Create a chat interface
137
  demo = gr.ChatInterface(
138
  respond,
139
+ examples=[["Write a quick sort algorithm in Python."], ["What is a function in programming?"], ["Please implement A* using Python."]],
140
  additional_inputs_accordion=gr.Accordion(
141
  label="⚙️ Parameters", open=False, render=False
142
  ),