prithivMLmods commited on
Commit
acdc218
·
verified ·
1 Parent(s): 735ecaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
109
  gr.Markdown(DESCRIPTIONx)
110
 
111
  with gr.Row():
112
- with gr.Column(scale=3):
113
  with gr.Row():
114
  prompt = gr.Text(
115
  show_label=False,
 
109
  gr.Markdown(DESCRIPTIONx)
110
 
111
  with gr.Row():
112
+ with gr.Column(scale=1):
113
  with gr.Row():
114
  prompt = gr.Text(
115
  show_label=False,