Update app.py
Browse files
app.py
CHANGED
@@ -176,10 +176,10 @@ top_p_component = gr.Slider(
|
|
176 |
))
|
177 |
|
178 |
examples_list = gr.Examples(
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
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,
|