Spaces:
Paused
Paused
removed lines from textbox
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
220 |
with gr.Row():
|
221 |
with gr.Column(scale=4):
|
222 |
with gr.Column(scale=12):
|
223 |
-
user_input = gr.Textbox(show_label=False, placeholder="Input...",
|
224 |
container=False)
|
225 |
RETRY_FLAG = gr.Checkbox(value=False, visible=False)
|
226 |
with gr.Column(min_width=32, scale=1):
|
|
|
220 |
with gr.Row():
|
221 |
with gr.Column(scale=4):
|
222 |
with gr.Column(scale=12):
|
223 |
+
user_input = gr.Textbox(show_label=False, placeholder="Input...",).style(
|
224 |
container=False)
|
225 |
RETRY_FLAG = gr.Checkbox(value=False, visible=False)
|
226 |
with gr.Column(min_width=32, scale=1):
|