Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,8 @@ demo = gr.Interface(
|
|
| 19 |
gr.Dropdown(
|
| 20 |
show_label=True,
|
| 21 |
label="Language",
|
| 22 |
-
choices=["Python"],
|
|
|
|
| 23 |
),
|
| 24 |
],
|
| 25 |
outputs=gr.Textbox(label="Result")
|
|
|
|
| 19 |
gr.Dropdown(
|
| 20 |
show_label=True,
|
| 21 |
label="Language",
|
| 22 |
+
choices=["Python", "Java", "C", "C++", "C#", "PHP", "JavaScript"],
|
| 23 |
+
value="Python"
|
| 24 |
),
|
| 25 |
],
|
| 26 |
outputs=gr.Textbox(label="Result")
|