Spaces:
Sleeping
Sleeping
Commit
·
d4f0e90
1
Parent(s):
6b1fe0f
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks() as demo:
|
|
77 |
"""
|
78 |
)
|
79 |
with gr.Row():
|
80 |
-
with gr.Column()
|
81 |
with gr.Accordion("Parameters", open=False):
|
82 |
lookback_days = gr.Number(2, label="Articles from this many days in the past will be searched through.", minimum=1, maximum=7)
|
83 |
|
|
|
77 |
"""
|
78 |
)
|
79 |
with gr.Row():
|
80 |
+
with gr.Column():
|
81 |
with gr.Accordion("Parameters", open=False):
|
82 |
lookback_days = gr.Number(2, label="Articles from this many days in the past will be searched through.", minimum=1, maximum=7)
|
83 |
|