Omnibus commited on
Commit
eaf1505
1 Parent(s): 700ba2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -103,9 +103,9 @@ with gr.Blocks() as app:
103
  gr.HTML("""<h1>Interactive Social Media Card Maker</h1>""")
104
  gr.HTML("""<h3><b>Step 1:</b> Enter URL to test for Iframe capability</h3>""")
105
  with gr.Row():
106
- search_box=gr.Textbox(label = "Search",scale=2)
107
- num_return=gr.Number(value=20, scale=1)
108
- search_btn=gr.Button(scale=1)
109
  with gr.Row():
110
  input = gr.Textbox(label = "URL")
111
  btn = gr.Button()
 
103
  gr.HTML("""<h1>Interactive Social Media Card Maker</h1>""")
104
  gr.HTML("""<h3><b>Step 1:</b> Enter URL to test for Iframe capability</h3>""")
105
  with gr.Row():
106
+ search_box=gr.Textbox(label = "Enter a search topic here to find URL's",scale=2)
107
+ num_return=gr.Number(label= "Number of URL's to return", value=20, scale=1)
108
+ search_btn=gr.Button(value= "Search", scale=1)
109
  with gr.Row():
110
  input = gr.Textbox(label = "URL")
111
  btn = gr.Button()