DigiP-AI commited on
Commit
1b902de
·
verified ·
1 Parent(s): 895b026

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -200,8 +200,8 @@ examples = [
200
 
201
  with gr.Blocks(css=css, theme=theme) as app:
202
  with gr.Tab("Basic Settings"):
203
- with gr.Row():
204
- with gr.Column(elem_id="col-container"):
205
  prompt = gr.Textbox(placeholder="Enter the image description...", show_label=True, label='Image Prompt ✍️', lines=3, show_copy_button = True)
206
 
207
  with gr.Row():
 
200
 
201
  with gr.Blocks(css=css, theme=theme) as app:
202
  with gr.Tab("Basic Settings"):
203
+ with gr.Column(elem_id="col-container"):
204
+ with gr.Row():
205
  prompt = gr.Textbox(placeholder="Enter the image description...", show_label=True, label='Image Prompt ✍️', lines=3, show_copy_button = True)
206
 
207
  with gr.Row():