Yntec commited on
Commit
79d646a
·
verified ·
1 Parent(s): 314c76d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def gen_fnseed(model_str, prompt, seed=1):
85
  loop.close()
86
  return result
87
 
88
- css="""
89
  .wrapper img {font-size: 98% !important; white-space: nowrap !important; text-align: center !important;
90
  display: inline-block !important; color: #ffffff !important;}
91
  """
 
85
  loop.close()
86
  return result
87
 
88
+ css="""
89
  .wrapper img {font-size: 98% !important; white-space: nowrap !important; text-align: center !important;
90
  display: inline-block !important; color: #ffffff !important;}
91
  """