Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|