Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def complexity_estimation(gen_prompt):
|
|
33 |
iface = gr.Interface(
|
34 |
fn=complexity_estimation,
|
35 |
inputs=[
|
36 |
-
gr.Code(lines=10, language="
|
37 |
],
|
38 |
outputs=[
|
39 |
gr.Textbox(label="Predicted complexity", lines=1) ,
|
|
|
33 |
iface = gr.Interface(
|
34 |
fn=complexity_estimation,
|
35 |
inputs=[
|
36 |
+
gr.Code(lines=10, language="python", label="Input code"),
|
37 |
],
|
38 |
outputs=[
|
39 |
gr.Textbox(label="Predicted complexity", lines=1) ,
|