loubnabnl HF staff commited on
Commit
0d135b1
1 Parent(s): e7e2707

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
53
  label="Random seed to use for the generation"
54
  )
55
  ],
56
- outputs=gr.Code(label="Predicted Python code", lines=10),
57
  examples=example,
58
  layout="horizontal",
59
  theme="peach",
 
53
  label="Random seed to use for the generation"
54
  )
55
  ],
56
+ outputs=gr.Code(label="Predicted Python code", language="python", lines=10),
57
  examples=example,
58
  layout="horizontal",
59
  theme="peach",