erikbeltran commited on
Commit
7a224c4
·
verified ·
1 Parent(s): 47f233b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )