Spaces:
Running
Running
Commit
·
8d34f84
1
Parent(s):
516d5b5
refactor: examples
Browse filesSigned-off-by: Graham White <[email protected]>
- src/app.py +1 -1
src/app.py
CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks(
|
|
121 |
["Explain quantum computing"],
|
122 |
["What is OpenShift?"],
|
123 |
["Importance of low latency inference"],
|
124 |
-
["
|
125 |
],
|
126 |
cache_examples=False,
|
127 |
type="messages",
|
|
|
121 |
["Explain quantum computing"],
|
122 |
["What is OpenShift?"],
|
123 |
["Importance of low latency inference"],
|
124 |
+
["Write a binary search in Python"],
|
125 |
],
|
126 |
cache_examples=False,
|
127 |
type="messages",
|