prithivMLmods commited on
Commit
6856e8a
·
verified ·
1 Parent(s): 08308e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def generate(
118
  with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
119
  gr.Markdown(DESCRIPTIONx)
120
  with gr.Row():
121
- with gr.Column(scale=1):
122
  with gr.Row():
123
  prompt = gr.Text(
124
  show_label=False,
 
118
  with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
119
  gr.Markdown(DESCRIPTIONx)
120
  with gr.Row():
121
+ with gr.Column(scale=3):
122
  with gr.Row():
123
  prompt = gr.Text(
124
  show_label=False,