cgreszes commited on
Commit
4ad1b0d
·
verified ·
1 Parent(s): d71b8c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -424,7 +424,7 @@ def get_details(scheds, idx):
424
  return schedule_details_table(rows)
425
 
426
  # ---------- UI ----------
427
- with gr.Blocks(css="""
428
  :root { --radius: 16px; }
429
  #container { max-width: 1400px; margin: 0 auto; }
430
  .card { border: 1px solid #e5e7eb; border-radius: var(--radius); padding: 16px; background: white; box-shadow: 0 6px 24px rgba(0,0,0,0.04); }
 
424
  return schedule_details_table(rows)
425
 
426
  # ---------- UI ----------
427
+ with gr.Blocks(css="
428
  :root { --radius: 16px; }
429
  #container { max-width: 1400px; margin: 0 auto; }
430
  .card { border: 1px solid #e5e7eb; border-radius: var(--radius); padding: 16px; background: white; box-shadow: 0 6px 24px rgba(0,0,0,0.04); }