prithivMLmods commited on
Commit
7dc6cce
·
verified ·
1 Parent(s): 25a5f78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -229,13 +229,10 @@ def generate(input_dict: dict, chat_history: list[dict],
229
 
230
  css = '''
231
  .gradio-container {
232
- max-width: 1000px !important;
233
  margin: 0 auto; /* centers the container horizontally */
234
  text-align: center; /* centers text and inline elements */
235
  }
236
- h1 {
237
- text-align: center; /* ensures any H1 headers are also centered */
238
- }
239
  footer {
240
  visibility: hidden; /* hides the footer */
241
  }
 
229
 
230
  css = '''
231
  .gradio-container {
232
+ max-width: 600px !important;
233
  margin: 0 auto; /* centers the container horizontally */
234
  text-align: center; /* centers text and inline elements */
235
  }
 
 
 
236
  footer {
237
  visibility: hidden; /* hides the footer */
238
  }