Spaces:
Runtime error
Runtime error
Commit
·
50d69b4
1
Parent(s):
3850264
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"
|
| 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")
|
| 93 |
|
| 94 |
upload.change(fn=build_the_bot,
|
| 95 |
inputs=[upload],
|