Spaces:
Sleeping
Sleeping
Allen Park
commited on
Commit
·
f1b5533
1
Parent(s):
dc63fd7
make scale 9:1 instead of 4:1
Browse files
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=
|
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():
|