Muhammad Abdiel Al Hafiz
commited on
Commit
·
a8296f6
1
Parent(s):
b992727
adjust css
Browse files
app.py
CHANGED
@@ -69,11 +69,11 @@ example_images = [
|
|
69 |
# Custom CSS for HTML height
|
70 |
css = """
|
71 |
.scrollable-html {
|
72 |
-
height:
|
73 |
-
overflow-y: auto;
|
74 |
-
border: 1px solid #ccc;
|
75 |
-
padding: 10px;
|
76 |
-
box-sizing: border-box;
|
77 |
}
|
78 |
"""
|
79 |
|
|
|
69 |
# Custom CSS for HTML height
|
70 |
css = """
|
71 |
.scrollable-html {
|
72 |
+
height: 210px;
|
73 |
+
overflow-y: auto;
|
74 |
+
border: 1px solid #ccc;
|
75 |
+
padding: 10px;
|
76 |
+
box-sizing: border-box;
|
77 |
}
|
78 |
"""
|
79 |
|