Spaces:
Running
Running
Update app.py
Browse files
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=
|
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":
|