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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ footer {
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)
204
  with gr.Row():
 
198
  """
199
 
200
  with gr.Blocks(css=css, theme=theme, fill_width= False) as app:
201
+ with gr.Tab("Basic Settings", fill_width= False):
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)
204
  with gr.Row():