Omarrran commited on
Commit
83dea56
·
verified ·
1 Parent(s): 51745ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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