prithivMLmods commited on
Commit
4a9305f
·
verified ·
1 Parent(s): edc9e87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -14
app.py CHANGED
@@ -216,20 +216,9 @@ def update_history(new_image, history):
216
 
217
  # --- CSS and Title (unchanged) ---
218
  css = """
219
- .gradio-container {
220
- max-width: 1200px !important;
221
- margin: auto !important;
222
- }
223
- /* Add some spacing */
224
- .gr-form > * {
225
- margin-bottom: 10px;
226
- }
227
- .gr-button {
228
- min-width: 100px; /* Ensure buttons have a minimum width */
229
- }
230
- /* Style the history gallery */
231
- #history_gallery .gr-gallery {
232
- min-height: 150px; /* Give gallery some minimum height */
233
  }
234
  """
235
 
 
216
 
217
  # --- CSS and Title (unchanged) ---
218
  css = """
219
+ h1 {
220
+ text-align: center;
221
+ display: block;
 
 
 
 
 
 
 
 
 
 
 
222
  }
223
  """
224