geniusyinka commited on
Commit
e6c3511
1 Parent(s): 09426b1

added a local tld

Browse files

added a 'com.ng' tld for nigerians.

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -223,6 +223,7 @@ tlds = [
223
  "co.zm",
224
  "co.zw",
225
  "cat",
 
226
  ]
227
 
228
  # create the Gradio interface
 
223
  "co.zm",
224
  "co.zw",
225
  "cat",
226
+ "com.ng"
227
  ]
228
 
229
  # create the Gradio interface