abdulmeLINK commited on
Commit
f2984af
·
1 Parent(s): 444fce2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with demo:
49
  with gr.Row():
50
 
51
  dropdown = gr.Dropdown(
52
- list(choices=comment_syntaxes.keys()), label="Choose the language")
53
 
54
  # with gr.Column:
55
  instruction = gr.Textbox(label="Write a instruction",
 
49
  with gr.Row():
50
 
51
  dropdown = gr.Dropdown(
52
+ choices=list(comment_syntaxes.keys()), label="Choose the language")
53
 
54
  # with gr.Column:
55
  instruction = gr.Textbox(label="Write a instruction",