Muhammad Abdiel Al Hafiz
commited on
Commit
·
b992727
1
Parent(s):
fffe0aa
changes textbox heigh
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ example_images = [
|
|
69 |
# Custom CSS for HTML height
|
70 |
css = """
|
71 |
.scrollable-html {
|
72 |
-
height:
|
73 |
overflow-y: auto; /* Enable vertical scrolling */
|
74 |
border: 1px solid #ccc; /* Optional: border for visibility */
|
75 |
padding: 10px; /* Optional: padding for content */
|
|
|
69 |
# Custom CSS for HTML height
|
70 |
css = """
|
71 |
.scrollable-html {
|
72 |
+
height: 240px; /* Adjust this height as needed */
|
73 |
overflow-y: auto; /* Enable vertical scrolling */
|
74 |
border: 1px solid #ccc; /* Optional: border for visibility */
|
75 |
padding: 10px; /* Optional: padding for content */
|