frogleo commited on
Commit
4cce1bb
·
1 Parent(s): 752a370

优化样式

Browse files
__pycache__/config.cpython-310.pyc CHANGED
Binary files a/__pycache__/config.cpython-310.pyc and b/__pycache__/config.cpython-310.pyc differ
 
__pycache__/utils.cpython-310.pyc CHANGED
Binary files a/__pycache__/utils.cpython-310.pyc and b/__pycache__/utils.cpython-310.pyc differ
 
app.py CHANGED
@@ -212,6 +212,9 @@ custom_css = """
212
  #output-image{
213
  flex-grow: 1;
214
  }
 
 
 
215
  """
216
 
217
 
 
212
  #output-image{
213
  flex-grow: 1;
214
  }
215
+ #output-image *{
216
+ max-height: none !important;
217
+ }
218
  """
219
 
220