Omnibus commited on
Commit
845f8f8
·
1 Parent(s): bffdcb5

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +2 -2
dl.py CHANGED
@@ -111,10 +111,10 @@ def checkp(p):
111
  elif p != o:
112
  return None, None
113
  with gr.Blocks() as build:
114
- with gr.Row(visible=True) as no:
115
  pass_box=gr.Textbox()
116
  pass_btn=gr.Button()
117
- with gr.Box(visible=False) as yes:
118
  with gr.Row():
119
  gr.Column(scale=1)
120
  with gr.Column(scale=3):
 
111
  elif p != o:
112
  return None, None
113
  with gr.Blocks() as build:
114
+ with gr.Row(visible=False) as no:
115
  pass_box=gr.Textbox()
116
  pass_btn=gr.Button()
117
+ with gr.Box(visible=True) as yes:
118
  with gr.Row():
119
  gr.Column(scale=1)
120
  with gr.Column(scale=3):