Update app.py
Browse files
app.py
CHANGED
@@ -29,13 +29,9 @@ with gr.Blocks() as demo:
|
|
29 |
**How to use:**
|
30 |
1. Enter a sentence in English in the text box.
|
31 |
2. Click "Transliterate" to see the Kashmiri output.
|
32 |
-
|
33 |
-
### Example Sentences:
|
34 |
""")
|
35 |
|
36 |
# Display the examples
|
37 |
-
for example in examples:
|
38 |
-
gr.Markdown(f"**English:** {example[0]}\n\n**Kashmiri Transliteration:** {example[1]}")
|
39 |
|
40 |
gr.Markdown("### Enter your own sentence:")
|
41 |
|
|
|
29 |
**How to use:**
|
30 |
1. Enter a sentence in English in the text box.
|
31 |
2. Click "Transliterate" to see the Kashmiri output.
|
|
|
|
|
32 |
""")
|
33 |
|
34 |
# Display the examples
|
|
|
|
|
35 |
|
36 |
gr.Markdown("### Enter your own sentence:")
|
37 |
|