testnow720 commited on
Commit
65f10be
·
verified ·
1 Parent(s): ca95771

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ demo = gr.Interface(
27
  gr.Dropdown(
28
  show_label=True,
29
  label="Language",
30
- choices=["Python", "Java", "C", "C++", "C#", "PHP", "JavaScript"],
31
  value="Python"
32
  ),
33
  ],
 
27
  gr.Dropdown(
28
  show_label=True,
29
  label="Language",
30
+ choices=["Python", "Java", "C", "C++", "C#", "PHP"],
31
  value="Python"
32
  ),
33
  ],