Spaces:
Runtime error
Runtime error
Commit
·
3850264
1
Parent(s):
5ec161c
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(theme=custom_theme, title="Marketing Email Generator") as demo:
|
|
89 |
placeholder="Type your query here after uploading the excel file...",
|
90 |
)
|
91 |
with gr.Column(scale=1, min_width=60):
|
92 |
-
submit_button = gr.Button("Ask me 🤖", variant="primary",line=1)
|
93 |
|
94 |
upload.change(fn=build_the_bot,
|
95 |
inputs=[upload],
|
|
|
89 |
placeholder="Type your query here after uploading the excel file...",
|
90 |
)
|
91 |
with gr.Column(scale=1, min_width=60):
|
92 |
+
submit_button = gr.Button("Ask me 🤖", variant="primary",line=1,max_line=1)
|
93 |
|
94 |
upload.change(fn=build_the_bot,
|
95 |
inputs=[upload],
|