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