Spaces:
Runtime error
Runtime error
Commit
·
f2984af
1
Parent(s):
444fce2
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with demo:
|
|
49 |
with gr.Row():
|
50 |
|
51 |
dropdown = gr.Dropdown(
|
52 |
-
list(
|
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",
|