Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def translate_text(text_input, target_lang):
|
|
55 |
with gr.Blocks() as demo:
|
56 |
gr.Markdown("""
|
57 |
<div style='text-align: center; margin-bottom: 24px;'>
|
58 |
-
<h1 style='font-size:2.2em; margin-bottom: 0.2em;'>🧩
|
59 |
<p style='font-size:1.2em; margin-top: 0;'>Translate text from one language to another with support for multiple text formats.</p>
|
60 |
<p style='font-size:1em; margin-top: 0.5em;'>For more details and API usage, see the <a href='https://jigsawstack.com/docs/api-reference/ai/translate/translate' target='_blank'>documentation</a>.</p>
|
61 |
</div>
|
|
|
55 |
with gr.Blocks() as demo:
|
56 |
gr.Markdown("""
|
57 |
<div style='text-align: center; margin-bottom: 24px;'>
|
58 |
+
<h1 style='font-size:2.2em; margin-bottom: 0.2em;'>🧩 Text Translation</h1>
|
59 |
<p style='font-size:1.2em; margin-top: 0;'>Translate text from one language to another with support for multiple text formats.</p>
|
60 |
<p style='font-size:1em; margin-top: 0.5em;'>For more details and API usage, see the <a href='https://jigsawstack.com/docs/api-reference/ai/translate/translate' target='_blank'>documentation</a>.</p>
|
61 |
</div>
|