Allen Park commited on
Commit
f1b5533
·
1 Parent(s): dc63fd7

make scale 9:1 instead of 4:1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks(css=css) as demo:
165
  with gr.Row():
166
  with gr.Column(scale=1):
167
  with gr.Row():
168
- question = gr.Textbox(label="Question", scale=4)
169
  u = gr.UploadButton(formatted_upload_svg, file_count="single", scale=1)
170
  d = gr.DownloadButton("Download the file", visible=False, scale=1)
171
  with gr.Row():
 
165
  with gr.Row():
166
  with gr.Column(scale=1):
167
  with gr.Row():
168
+ question = gr.Textbox(label="Question", scale=9)
169
  u = gr.UploadButton(formatted_upload_svg, file_count="single", scale=1)
170
  d = gr.DownloadButton("Download the file", visible=False, scale=1)
171
  with gr.Row():