Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,9 @@ with gr.Blocks(css="""
|
|
| 37 |
.gr-box { background-color: #1a1a3d !important; border-radius: 12px; padding: 20px; }
|
| 38 |
h1, h3, p { color: white; text-align: center; font-family: 'Segoe UI', sans-serif; }
|
| 39 |
.gr-button { background-color: #1db954 !important; color: white !important; border-radius: 10px; font-size: 1.1em; }
|
| 40 |
-
|
|
|
|
|
|
|
| 41 |
|
| 42 |
gr.Markdown("""
|
| 43 |
<div style='max-width: 700px; margin: 0 auto;'>
|
|
|
|
| 37 |
.gr-box { background-color: #1a1a3d !important; border-radius: 12px; padding: 20px; }
|
| 38 |
h1, h3, p { color: white; text-align: center; font-family: 'Segoe UI', sans-serif; }
|
| 39 |
.gr-button { background-color: #1db954 !important; color: white !important; border-radius: 10px; font-size: 1.1em; }
|
| 40 |
+
.gr-radio .gr-form { display: flex; justify-content: center !important; }
|
| 41 |
+
"""
|
| 42 |
+
) as demo:
|
| 43 |
|
| 44 |
gr.Markdown("""
|
| 45 |
<div style='max-width: 700px; margin: 0 auto;'>
|