vineet124jig commited on
Commit
2cb05ef
·
verified ·
1 Parent(s): fcd0c3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;'>🧩 JigsawStack 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>
 
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>