Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ demo = gr.ChatInterface(
|
|
| 72 |
),
|
| 73 |
],
|
| 74 |
examples=[
|
| 75 |
-
["Write test cases for a
|
| 76 |
["How to report a bug professionally?"],
|
| 77 |
["Explain API testing with Postman"],
|
| 78 |
],
|
|
|
|
| 72 |
),
|
| 73 |
],
|
| 74 |
examples=[
|
| 75 |
+
["Write test cases for a specific scenario"],
|
| 76 |
["How to report a bug professionally?"],
|
| 77 |
["Explain API testing with Postman"],
|
| 78 |
],
|