openfree commited on
Commit
c0ea652
·
verified ·
1 Parent(s): b72b034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -406,7 +406,7 @@ def main():
406
 
407
  with gr.Row():
408
  with gr.Column(scale=1):
409
- with gr.Box():
410
  gr.Markdown("### Market Selection")
411
  symbol_dd = gr.Dropdown(
412
  label="Trading Pair",
@@ -420,7 +420,7 @@ def main():
420
  )
421
 
422
  with gr.Column(scale=1):
423
- with gr.Box():
424
  gr.Markdown("### Forecast Parameters")
425
  forecast_steps_slider = gr.Slider(
426
  label="Forecast Steps",
@@ -439,7 +439,7 @@ def main():
439
 
440
  with gr.Row():
441
  with gr.Column():
442
- with gr.Box():
443
  gr.Markdown("### Advanced Settings")
444
  with gr.Row():
445
  daily_box = gr.Checkbox(label="Daily Seasonality", value=True)
 
406
 
407
  with gr.Row():
408
  with gr.Column(scale=1):
409
+ with gr.Group():
410
  gr.Markdown("### Market Selection")
411
  symbol_dd = gr.Dropdown(
412
  label="Trading Pair",
 
420
  )
421
 
422
  with gr.Column(scale=1):
423
+ with gr.Group():
424
  gr.Markdown("### Forecast Parameters")
425
  forecast_steps_slider = gr.Slider(
426
  label="Forecast Steps",
 
439
 
440
  with gr.Row():
441
  with gr.Column():
442
+ with gr.Group():
443
  gr.Markdown("### Advanced Settings")
444
  with gr.Row():
445
  daily_box = gr.Checkbox(label="Daily Seasonality", value=True)