Shriharsh commited on
Commit
72e7c9e
·
verified ·
1 Parent(s): 7da046e

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=[["Give me the code for Binary Search in C++"], ["Explain the chapter of The Grand Inquistor from The Brothers Karmazov"]],
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."], ["Explain Newton's second law."]],
94
 
95
  )
96