Spaces:
Runtime error
Runtime error
Updated metrics
Browse files
app.py
CHANGED
|
@@ -77,6 +77,7 @@ theme.set(input_radius="64px",
|
|
| 77 |
block_label_right_radius='64px',
|
| 78 |
block_title_radius='64px'
|
| 79 |
)
|
|
|
|
| 80 |
|
| 81 |
with gr.Interface(
|
| 82 |
theme=theme,
|
|
|
|
| 77 |
block_label_right_radius='64px',
|
| 78 |
block_title_radius='64px'
|
| 79 |
)
|
| 80 |
+
theme.radius_lg = '64px'
|
| 81 |
|
| 82 |
with gr.Interface(
|
| 83 |
theme=theme,
|