Yaron Koresh commited on
Commit
2dc3049
·
verified ·
1 Parent(s): 39179ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -457,7 +457,6 @@ input, textarea, input::placeholder, textarea::placeholder {
457
  }
458
  *, *::placeholder {
459
  font-family: Suez One !important;
460
- font-size: 1.25em
461
  }
462
  h1,h2,h3,h4,h5,h6 {
463
  width: 100%;
@@ -1354,7 +1353,7 @@ if __name__ == "__main__":
1354
  # Text to Image
1355
  """)
1356
  gr.Markdown(f"""
1357
- ## Multilingual. Realistic. Titles are supported.
1358
  """)
1359
 
1360
  with gr.Row():
 
457
  }
458
  *, *::placeholder {
459
  font-family: Suez One !important;
 
460
  }
461
  h1,h2,h3,h4,h5,h6 {
462
  width: 100%;
 
1353
  # Text to Image
1354
  """)
1355
  gr.Markdown(f"""
1356
+ ## Multilingual. Realistic. Top/Bottom title support.
1357
  """)
1358
 
1359
  with gr.Row():