Shriharsh commited on
Commit
108055a
·
verified ·
1 Parent(s): ed623c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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