Omnibus commited on
Commit
1a6c4e8
·
1 Parent(s): ee49ee4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -432,7 +432,7 @@ def update_rec_list():
432
  rec_list.append(ea.split("/",1)[1].split(".",1)[0])
433
  except Exception:
434
  pass
435
- return rec_list, gr.Dropdown.update(label="Recipient", choices=[f for f in rec_list], allow_custom_value=True)
436
  rec_list, rec_drop = update_rec_list()
437
 
438
  with gr.Blocks() as bc:
 
432
  rec_list.append(ea.split("/",1)[1].split(".",1)[0])
433
  except Exception:
434
  pass
435
+ return rec_list, gr.Dropdown.update(label="Recipient", choices=[f for f in rec_list])
436
  rec_list, rec_drop = update_rec_list()
437
 
438
  with gr.Blocks() as bc: