broadfield commited on
Commit
98aa43b
·
verified ·
1 Parent(s): 49cee1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def search(q,rn):
14
  html+="</div>"
15
  return(json.dumps(cont,indent=4)),html
16
  with gr.Blocks() as b:
17
- with gr.Query():
18
  with gr.Row():
19
  query=gr.Textbox(label="Query")
20
  num=gr.Number(label="Count",step=1,value=10)
 
14
  html+="</div>"
15
  return(json.dumps(cont,indent=4)),html
16
  with gr.Blocks() as b:
17
+ with gr.Group():
18
  with gr.Row():
19
  query=gr.Textbox(label="Query")
20
  num=gr.Number(label="Count",step=1,value=10)