Omnibus commited on
Commit
e7786c5
1 Parent(s): 753ce1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks() as app:
102
 
103
  with gr.Row():
104
  with gr.Column():
105
- inp = gr.Textbox(label="URL",lines=1)
106
  btn= gr.Button()
107
 
108
  with gr.Column():
 
102
 
103
  with gr.Row():
104
  with gr.Column():
105
+ inp = gr.Textbox(label="URL (must be Public)",lines=1)
106
  btn= gr.Button()
107
 
108
  with gr.Column():