Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,13 +80,14 @@ def show_num(cur):
|
|
80 |
with gr.Blocks(css=style,head=head) as b:
|
81 |
with gr.Row():
|
82 |
gr.Column(scale=1)
|
83 |
-
with gr.Column(scale=
|
84 |
with gr.Group():
|
85 |
with gr.Row():
|
86 |
query=gr.Textbox(label="Query")
|
87 |
num=gr.Number(label="Count",step=1,value=10,interactive=False)
|
88 |
with gr.Row():
|
89 |
sub=gr.Button(size='lg')
|
|
|
90 |
with gr.Row():
|
91 |
prev_btn=gr.Button("Previous",interactive=False)
|
92 |
show_html=gr.HTML()
|
|
|
80 |
with gr.Blocks(css=style,head=head) as b:
|
81 |
with gr.Row():
|
82 |
gr.Column(scale=1)
|
83 |
+
with gr.Column(scale=3):
|
84 |
with gr.Group():
|
85 |
with gr.Row():
|
86 |
query=gr.Textbox(label="Query")
|
87 |
num=gr.Number(label="Count",step=1,value=10,interactive=False)
|
88 |
with gr.Row():
|
89 |
sub=gr.Button(size='lg')
|
90 |
+
with gr.Group():
|
91 |
with gr.Row():
|
92 |
prev_btn=gr.Button("Previous",interactive=False)
|
93 |
show_html=gr.HTML()
|