Update app.py
Browse files
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); }
|