Muhammad Abdiel Al Hafiz
commited on
Commit
·
a8f5c0e
1
Parent(s):
fe44a5a
get back to css again
Browse files
app.py
CHANGED
@@ -64,13 +64,11 @@ example_images = [
|
|
64 |
# Custom CSS for HTML height
|
65 |
css = """
|
66 |
.scrollable-html {
|
67 |
-
|
68 |
-
max-height: 250px;
|
69 |
overflow-y: auto;
|
70 |
border: 1px solid #ccc;
|
71 |
padding: 10px;
|
72 |
box-sizing: border-box;
|
73 |
-
transition: max-height 0.3s ease;
|
74 |
}
|
75 |
"""
|
76 |
|
|
|
64 |
# Custom CSS for HTML height
|
65 |
css = """
|
66 |
.scrollable-html {
|
67 |
+
height: 206px;
|
|
|
68 |
overflow-y: auto;
|
69 |
border: 1px solid #ccc;
|
70 |
padding: 10px;
|
71 |
box-sizing: border-box;
|
|
|
72 |
}
|
73 |
"""
|
74 |
|