tsereno commited on
Commit
9decec7
·
verified ·
1 Parent(s): 5336f00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -176,10 +176,10 @@ top_p_component = gr.Slider(
176
  ))
177
 
178
  examples_list = gr.Examples(
179
- #fn=bot,
180
- #inputs=bot_inputs,
181
- #outputs=[chatbot_component],
182
- #examples=
183
  [
184
  [
185
  google_key_component,
 
176
  ))
177
 
178
  examples_list = gr.Examples(
179
+ fn=bot,
180
+ inputs=bot_inputs,
181
+ outputs=[chatbot_component],
182
+ examples=
183
  [
184
  [
185
  google_key_component,