Shriharsh commited on
Commit
ba70028
1 Parent(s): 4ef8781

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks() as demo:
90
  generate,
91
  chatbot=chatbot, # Use the created Chatbot object
92
  additional_inputs=additional_inputs,
93
- examples=[["Joke on darth vader and gandalf"], ["Write me a recipe for Butter Chicken."]],
94
 
95
  )
96
 
 
90
  generate,
91
  chatbot=chatbot, # Use the created Chatbot object
92
  additional_inputs=additional_inputs,
93
+ examples=[["Give me the code for Binary Search in C++"], ["Explain the chapter of The Grand Inquistor from The Brothers Karmazov"]],
94
 
95
  )
96