mimbres commited on
Commit
6691818
·
verified ·
1 Parent(s): 5f13d6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -174,9 +174,7 @@ css = """
174
  100% {background-position: 0% 50%;}
175
  }
176
 
177
- #mylog {max-height: 80px}
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: