Spaces:
Runtime error
Runtime error
Commit
·
444fce2
1
Parent(s):
e64582c
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with demo:
|
|
49 |
with gr.Row():
|
50 |
|
51 |
dropdown = gr.Dropdown(
|
52 |
-
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 |
+
list(choices=comment_syntaxes.keys()), label="Choose the language")
|
53 |
|
54 |
# with gr.Column:
|
55 |
instruction = gr.Textbox(label="Write a instruction",
|