Muhammad Abdiel Al Hafiz
commited on
Commit
·
c2c716f
1
Parent(s):
2825722
testing css
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ example_images = [
|
|
58 |
# Custom CSS for Markdown height
|
59 |
css = """
|
60 |
.scrollable-markdown {
|
61 |
-
height:
|
62 |
overflow-y: scroll;
|
63 |
border: 1px solid #ccc;
|
64 |
padding: 10px;
|
|
|
58 |
# Custom CSS for Markdown height
|
59 |
css = """
|
60 |
.scrollable-markdown {
|
61 |
+
height: 50px;
|
62 |
overflow-y: scroll;
|
63 |
border: 1px solid #ccc;
|
64 |
padding: 10px;
|