Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -610,7 +610,7 @@ css = """
|
|
| 610 |
border-radius: 10px;
|
| 611 |
padding: 10px;
|
| 612 |
background-color: #f9f9f9;
|
| 613 |
-
height:
|
| 614 |
/* Adjust the width as needed */
|
| 615 |
overflow-y: auto; /* Add scroll if the content exceeds the height */
|
| 616 |
}
|
|
|
|
| 610 |
border-radius: 10px;
|
| 611 |
padding: 10px;
|
| 612 |
background-color: #f9f9f9;
|
| 613 |
+
height: 500px; /* Adjust the height as needed */
|
| 614 |
/* Adjust the width as needed */
|
| 615 |
overflow-y: auto; /* Add scroll if the content exceeds the height */
|
| 616 |
}
|