Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
9a2fb25
1
Parent(s):
688f7cb
Removed container around text boxes
Browse files
app.py
CHANGED
@@ -121,6 +121,7 @@ with gr.Blocks(
|
|
121 |
value=EXAMPLES[0][0],
|
122 |
scale=4,
|
123 |
show_label=False,
|
|
|
124 |
# height="80px"
|
125 |
)
|
126 |
words = gr.Textbox(
|
@@ -129,6 +130,7 @@ with gr.Blocks(
|
|
129 |
value=EXAMPLES[0][1],
|
130 |
scale=4,
|
131 |
show_label=False,
|
|
|
132 |
# height="80px"
|
133 |
)
|
134 |
submit_btn = gr.Button(
|
|
|
121 |
value=EXAMPLES[0][0],
|
122 |
scale=4,
|
123 |
show_label=False,
|
124 |
+
container=False
|
125 |
# height="80px"
|
126 |
)
|
127 |
words = gr.Textbox(
|
|
|
130 |
value=EXAMPLES[0][1],
|
131 |
scale=4,
|
132 |
show_label=False,
|
133 |
+
container=False
|
134 |
# height="80px"
|
135 |
)
|
136 |
submit_btn = gr.Button(
|