kavyamanohar commited on
Commit
4f8080f
·
verified ·
1 Parent(s): 3ae47c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 English text to transliterate to Malayalam...",
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 English text to Malayalam characters. Simply type or paste your English text, and see the Malayalam transliteration instantly!",
105
- article="## How to Use\n1. Enter English 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 ? 😃"],
 
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 ? 😃"],