DEADLOCK007X commited on
Commit
aecc6ef
·
verified ·
1 Parent(s): fc0d268

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ iface = gr.Interface(
8
  fn=evaluate_code,
9
  inputs=[
10
  gr.Textbox(lines=2, placeholder="Enter the problem question here..."),
11
- gr.Code(language="python", placeholder="Write your code here...")
12
  ],
13
  outputs=gr.Textbox(label="Evaluation Result"),
14
  title="Code Evaluator",
 
8
  fn=evaluate_code,
9
  inputs=[
10
  gr.Textbox(lines=2, placeholder="Enter the problem question here..."),
11
+ gr.Code(language="python") # Removed placeholder
12
  ],
13
  outputs=gr.Textbox(label="Evaluation Result"),
14
  title="Code Evaluator",