mimbres commited on
Commit
a60fe00
·
verified ·
1 Parent(s): 303175f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 24pt; max-height: 24pt;}
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: 2.4em; max-height: 2.4em;}
178
  """
179
 
180
  with gr.Blocks(theme=theme, css=css) as demo: