Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,8 @@ books.loc[:, 'Author'] = books['Author'].apply(lambda x: x.replace('"', ''))
|
|
19 |
books = books.drop(columns = ['field5', 'field6', 'field7', 'field8'])
|
20 |
css = """
|
21 |
.table-wrap {
|
22 |
-
min-height:
|
23 |
-
max-height:
|
24 |
}
|
25 |
|
26 |
"""
|
|
|
19 |
books = books.drop(columns = ['field5', 'field6', 'field7', 'field8'])
|
20 |
css = """
|
21 |
.table-wrap {
|
22 |
+
min-height: 300px;
|
23 |
+
max-height: 300px;
|
24 |
}
|
25 |
|
26 |
"""
|