superbsaeed commited on
Commit
332fe4a
·
verified ·
1 Parent(s): 49afb29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ iface = gr.Interface(
50
  gr.Textbox(label="Call to Action (optional)", placeholder="e.g., Share your thoughts in the comments!, Visit our website!"),
51
  gr.Textbox(label="Special Request (optional)", placeholder="e.g., Make it exactly 3 sentences, include a specific hashtag #FutureOfWork")
52
  ],
53
- outputs=gr.Textbox(label="Generated LinkedIn Post", lines=10, show_copy_button=True), # Output text box with 10 lines height, explicitly showing copy button
54
  title=" I will help you create a Linkedin Post ",
55
  description="Generate professional and engaging LinkedIn posts using Saeed's Bot. Fill in the details below and click 'Submit' to get your post"
56
  )
 
50
  gr.Textbox(label="Call to Action (optional)", placeholder="e.g., Share your thoughts in the comments!, Visit our website!"),
51
  gr.Textbox(label="Special Request (optional)", placeholder="e.g., Make it exactly 3 sentences, include a specific hashtag #FutureOfWork")
52
  ],
53
+ outputs=gr.Textbox(label="Generated LinkedIn Post", lines=10), # Output text box with 10 lines height, explicitly showing copy button
54
  title=" I will help you create a Linkedin Post ",
55
  description="Generate professional and engaging LinkedIn posts using Saeed's Bot. Fill in the details below and click 'Submit' to get your post"
56
  )