Mr-Vicky-01 commited on
Commit
63c6b19
1 Parent(s): 2bcc008

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -23,8 +23,11 @@ example Output 1: mom, i am hungry
23
  example input 2: teacher kita bathroom poonu tu epdi kekuradhu
24
  example Output 2: Excuse me, teacher. May I please be excused to use the restroom?
25
 
26
- example input 2: naaliku veliya engayaachi poolama nu english la epdi sollanum?
27
- example Output 2: Can we go out somewhere tomorrow?
 
 
 
28
 
29
  note: output must in one line
30
  """
@@ -54,7 +57,7 @@ def txt2speech(text):
54
 
55
 
56
  st.title("🏫 English Teaching AI")
57
- example_text = "park ku pooga epdi vazhi kekuradhu?"
58
  user_query = st.text_area("Type Tamil or Tanglish sentance", value=example_text)
59
  submit = st.button("Analyze")
60
  if submit:
 
23
  example input 2: teacher kita bathroom poonu tu epdi kekuradhu
24
  example Output 2: Excuse me, teacher. May I please be excused to use the restroom?
25
 
26
+ example input 3: naaliku veliya engayaachi poolama nu english la epdi sollanum?
27
+ example Output 3: Can we go out somewhere tomorrow?
28
+
29
+ example input 4: park ku pooga english la epdi vazhi kekuradhu?
30
+ example Output 4: how do I ask directions for the park.
31
 
32
  note: output must in one line
33
  """
 
57
 
58
 
59
  st.title("🏫 English Teaching AI")
60
+ example_text = "park ku pooga english la epdi vazhi kekuradhu?"
61
  user_query = st.text_area("Type Tamil or Tanglish sentance", value=example_text)
62
  submit = st.button("Analyze")
63
  if submit: