Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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 |
)
|