Omnibus commited on
Commit
480f003
·
1 Parent(s): ab3fa34

Rename app_bc.py to app.py

Browse files
Files changed (1) hide show
  1. app_bc.py → app.py +1 -3
app_bc.py → app.py RENAMED
@@ -420,7 +420,7 @@ def update_rec_list():
420
  pass
421
  return rec_list, gr.Dropdown.update(label="Recipient", choices=[f for f in rec_list])
422
  rec_list, rec_drop = update_rec_list()
423
- '''
424
  with gr.Blocks() as bc:
425
  with gr.Row(visible=True) as invalid:
426
  pass_box = gr.Textbox()
@@ -560,5 +560,3 @@ with gr.Blocks() as bc:
560
 
561
 
562
  bc.launch(enable_queue=False)
563
-
564
- '''
 
420
  pass
421
  return rec_list, gr.Dropdown.update(label="Recipient", choices=[f for f in rec_list])
422
  rec_list, rec_drop = update_rec_list()
423
+
424
  with gr.Blocks() as bc:
425
  with gr.Row(visible=True) as invalid:
426
  pass_box = gr.Textbox()
 
560
 
561
 
562
  bc.launch(enable_queue=False)