Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ secreturl = os.environ.get('secret_url')
|
|
9 |
|
10 |
custom_css = """
|
11 |
#md {
|
12 |
-
height:
|
13 |
}
|
14 |
"""
|
15 |
|
|
|
9 |
|
10 |
custom_css = """
|
11 |
#md {
|
12 |
+
height: 300px; /* Setze die Höhe auf 100 Pixel */
|
13 |
}
|
14 |
"""
|
15 |
|