tharunchndrn commited on
Commit
ee68c07
·
verified ·
1 Parent(s): 65867d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with gr.Blocks(title=BOT_NAME) as demo:
38
  gr.Markdown(BOT_WELCOME)
39
 
40
  lang = gr.Dropdown(
41
- choices=["English"],
42
  value="English",
43
  label="Response language"
44
  )
 
38
  gr.Markdown(BOT_WELCOME)
39
 
40
  lang = gr.Dropdown(
41
+ choices=["English", "Sinhala", "Tamil"],
42
  value="English",
43
  label="Response language"
44
  )