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