DigiP-AI commited on
Commit
8ae1893
·
verified ·
1 Parent(s): 1a04585

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ footer {
197
  }
198
  """
199
 
200
- with gr.Blocks(css=css, theme=theme) as app:
201
  with gr.Tab("Basic Settings"):
202
  with gr.Row():
203
  prompt = gr.Textbox(placeholder="Enter the image description...", show_label=True, label='Image Prompt ✍️', lines=3, show_copy_button = True)
 
197
  }
198
  """
199
 
200
+ with gr.Blocks(css=css, theme=theme, fill_width= False) as app:
201
  with gr.Tab("Basic Settings"):
202
  with gr.Row():
203
  prompt = gr.Textbox(placeholder="Enter the image description...", show_label=True, label='Image Prompt ✍️', lines=3, show_copy_button = True)