Omnibus commited on
Commit
2011185
1 Parent(s): 102c183

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks() as app:
149
  #paste_clip = gr.Button("Paste from Clipboard")
150
  with gr.Row():
151
  html_out = gr.HTML("""""")
152
- with gr.Row(visible=True):
153
  hid_box=gr.Textbox()
154
  def shuf(tog):
155
  if tog == "URL":
 
149
  #paste_clip = gr.Button("Paste from Clipboard")
150
  with gr.Row():
151
  html_out = gr.HTML("""""")
152
+ with gr.Row(visible=False):
153
  hid_box=gr.Textbox()
154
  def shuf(tog):
155
  if tog == "URL":