Ruian7P commited on
Commit
54ebe28
·
1 Parent(s): 65444a0

update css

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -110,8 +110,9 @@ def generate_handwriting(style_image, gen_text, model_name="imuru_small"):
110
  # Custom CSS for better styling
111
  custom_css = """
112
  .gradio-container {
 
113
  max-width: 1200px !important;
114
- margin: 0 auto;
115
  }
116
  .header-text {
117
  text-align: center;
 
110
  # Custom CSS for better styling
111
  custom_css = """
112
  .gradio-container {
113
+ width: 100%;
114
  max-width: 1200px !important;
115
+ margin: 0 auto !important;
116
  }
117
  .header-text {
118
  text-align: center;