Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(css=css) as demo:
|
|
94 |
generate,
|
95 |
chatbot=chatbot, # Use the created Chatbot object
|
96 |
additional_inputs=additional_inputs,
|
97 |
-
examples=[["Joke on darth vader and gandalf"], ["Write me a recipe for Butter Chicken."]]
|
98 |
fill_height=True # Expand chat interface to fill available height
|
99 |
)
|
100 |
|
|
|
94 |
generate,
|
95 |
chatbot=chatbot, # Use the created Chatbot object
|
96 |
additional_inputs=additional_inputs,
|
97 |
+
examples=[["Joke on darth vader and gandalf"], ["Write me a recipe for Butter Chicken."]],
|
98 |
fill_height=True # Expand chat interface to fill available height
|
99 |
)
|
100 |
|