testnow720 commited on
Commit
7c0f0b5
·
verified ·
1 Parent(s): 75feb26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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")