Spaces:
Runtime error
Runtime error
Update custom.py
Browse files
custom.py
CHANGED
|
@@ -77,8 +77,8 @@ css_code = """
|
|
| 77 |
}
|
| 78 |
.stRadio {
|
| 79 |
overflow: overlay;
|
| 80 |
-
max-height:
|
| 81 |
-
min-height:
|
| 82 |
}
|
| 83 |
div[data-testid="stForm"]{
|
| 84 |
border: none;
|
|
|
|
| 77 |
}
|
| 78 |
.stRadio {
|
| 79 |
overflow: overlay;
|
| 80 |
+
max-height: 200px;
|
| 81 |
+
min-height: 200px;
|
| 82 |
}
|
| 83 |
div[data-testid="stForm"]{
|
| 84 |
border: none;
|