Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ Please demonstrate your approach using the following features of a mobile app:
|
|
| 67 |
return completion.choices[0].message.content
|
| 68 |
|
| 69 |
with gr.Blocks() as demo:
|
| 70 |
-
gr.Markdown("## App Testing Instructions Generator")
|
| 71 |
|
| 72 |
with gr.Row():
|
| 73 |
context = gr.Textbox(label="Optional Context", placeholder="Add any specific instructions or questions...")
|
|
|
|
| 67 |
return completion.choices[0].message.content
|
| 68 |
|
| 69 |
with gr.Blocks() as demo:
|
| 70 |
+
gr.Markdown("## 🚌 Red Bus App Testing Instructions Generator")
|
| 71 |
|
| 72 |
with gr.Row():
|
| 73 |
context = gr.Textbox(label="Optional Context", placeholder="Add any specific instructions or questions...")
|