Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -562,7 +562,7 @@ with gr.Blocks(title="LinkedIn Translator") as demo:
|
|
| 562 |
gr.HTML("<div style='height:40px'></div>")
|
| 563 |
translate_btn = gr.Button("Übersetzen", variant="primary", size="lg")
|
| 564 |
gr.HTML("<div style='height:12px'></div>")
|
| 565 |
-
swap_btn = gr.Button("🔄
|
| 566 |
with gr.Column(scale=5):
|
| 567 |
output_box = gr.Textbox(label="💼 LinkedIn Speech",
|
| 568 |
placeholder="Die transformierte Version erscheint hier ...",
|
|
|
|
| 562 |
gr.HTML("<div style='height:40px'></div>")
|
| 563 |
translate_btn = gr.Button("Übersetzen", variant="primary", size="lg")
|
| 564 |
gr.HTML("<div style='height:12px'></div>")
|
| 565 |
+
swap_btn = gr.Button("Normal 🔄 LinkedIn", variant="secondary", size="sm")
|
| 566 |
with gr.Column(scale=5):
|
| 567 |
output_box = gr.Textbox(label="💼 LinkedIn Speech",
|
| 568 |
placeholder="Die transformierte Version erscheint hier ...",
|