Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks() as demo:
|
|
110 |
with gr.Column():
|
111 |
request_input = gr.Textbox(
|
112 |
label="Request",
|
113 |
-
value="fix the function, to sum all numbers"
|
114 |
placeholder="Enter your request (e.g., 'fix the function', 'add error handling')",
|
115 |
lines=3
|
116 |
)
|
|
|
110 |
with gr.Column():
|
111 |
request_input = gr.Textbox(
|
112 |
label="Request",
|
113 |
+
value="fix the function, to sum all numbers",
|
114 |
placeholder="Enter your request (e.g., 'fix the function', 'add error handling')",
|
115 |
lines=3
|
116 |
)
|