Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -136,9 +136,9 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
136 |
render=False ),
|
137 |
],
|
138 |
examples=[
|
139 |
-
['
|
140 |
-
['
|
141 |
-
['
|
142 |
],
|
143 |
cache_examples=False,
|
144 |
)
|
|
|
136 |
render=False ),
|
137 |
],
|
138 |
examples=[
|
139 |
+
['Implement a function to reverse a string.'],
|
140 |
+
['Sort a list of numbers in ascending order.'],
|
141 |
+
['Output Fibonacci sequence.']
|
142 |
],
|
143 |
cache_examples=False,
|
144 |
)
|