Darshan-BugendaiTech commited on
Commit
50d69b4
1 Parent(s): 3850264

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,max_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")
93
 
94
  upload.change(fn=build_the_bot,
95
  inputs=[upload],