profplate commited on
Commit
a50db28
·
verified ·
1 Parent(s): 9e42f83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,9 +21,9 @@ COUNTRIES = {
21
  "India": "in",
22
  "Germany": "de",
23
  "France": "fr",
24
- "Japan": "jp",
25
  "Brazil": "br",
26
- "South Africa": "za",
27
  }
28
 
29
 
@@ -86,4 +86,4 @@ with gr.Blocks(title="World Headlines") as demo:
86
 
87
  btn.click(fn=fetch_headlines, inputs=country, outputs=output)
88
 
89
- demo.launch()
 
21
  "India": "in",
22
  "Germany": "de",
23
  "France": "fr",
24
+ "Nigeria": "ng",
25
  "Brazil": "br",
26
+ "China": "cn",
27
  }
28
 
29
 
 
86
 
87
  btn.click(fn=fetch_headlines, inputs=country, outputs=output)
88
 
89
+ demo.launch()