mimbres commited on
Commit
aed92e3
·
verified ·
1 Parent(s): 965a7ca

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: 2.4em; max-height: 2.4em;}
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: