Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def create_transliteration_interface():
|
|
75 |
# Define input and output components with more details
|
76 |
input_textbox = gr.Textbox(
|
77 |
lines=3,
|
78 |
-
placeholder="Enter
|
79 |
label="Input Text"
|
80 |
)
|
81 |
|
@@ -101,8 +101,8 @@ def create_transliteration_interface():
|
|
101 |
)
|
102 |
],
|
103 |
title="🌟 English to Malayalam Transliterator",
|
104 |
-
description="Transliterate
|
105 |
-
article="## How to Use\n1. Enter
|
106 |
examples=[
|
107 |
["ente veed"],
|
108 |
["malayalam padikkano ? 😃"],
|
|
|
75 |
# Define input and output components with more details
|
76 |
input_textbox = gr.Textbox(
|
77 |
lines=3,
|
78 |
+
placeholder="Enter Manglish text to transliterate to Malayalam...",
|
79 |
label="Input Text"
|
80 |
)
|
81 |
|
|
|
101 |
)
|
102 |
],
|
103 |
title="🌟 English to Malayalam Transliterator",
|
104 |
+
description="Transliterate Manglish (Romanised Malayalam) text to Malayalam characters. Simply type or paste your Manglish text, and see the Malayalam transliteration instantly!",
|
105 |
+
article="## How to Use\n1. Enter Manglish text in the input box\n2. The transliteration will appear automatically\n3. Works with words, phrases, and sentences",
|
106 |
examples=[
|
107 |
["ente veed"],
|
108 |
["malayalam padikkano ? 😃"],
|