Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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",
|