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