Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -174,9 +174,7 @@ css = """
|
|
174 |
100% {background-position: 0% 50%;}
|
175 |
}
|
176 |
|
177 |
-
#mylog {max-height:
|
178 |
-
|
179 |
-
|
180 |
"""
|
181 |
|
182 |
with gr.Blocks(theme=theme, css=css) as demo:
|
|
|
174 |
100% {background-position: 0% 50%;}
|
175 |
}
|
176 |
|
177 |
+
#mylog {font-size: 12pt; line-height: 1.2; max-height: 24pt;}
|
|
|
|
|
178 |
"""
|
179 |
|
180 |
with gr.Blocks(theme=theme, css=css) as demo:
|