ShanukaB commited on
Commit
2c78f35
·
verified ·
1 Parent(s): dac62f4

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -17,7 +17,7 @@
17
  </head>
18
  <body>
19
 
20
- <h1>😊 Emotion Recognition App</h1>
21
  <p style="text-align:center; color:#555;">English • සිංහල • தமிழ்</p>
22
 
23
  <!-- English -->
@@ -38,7 +38,7 @@
38
  <div class="section">
39
  <h2>සිංහල</h2>
40
  <form method="post">
41
- <textarea name="sinhala_text" placeholder="සිංහලෙන් ලියන්න..."></textarea><br>
42
  <button type="submit" name="action" value="predict_sinhala">Predict Sinhala</button>
43
  </form>
44
  {% if sinhala_result %}
@@ -52,7 +52,7 @@
52
  <div class="section">
53
  <h2>தமிழ்</h2>
54
  <form method="post">
55
- <textarea name="tamil_text" placeholder="தமிழில் எழுதுங்கள்..."></textarea><br>
56
  <button type="submit" name="action" value="predict_tamil">Predict Tamil</button>
57
  </form>
58
  {% if tamil_result %}
 
17
  </head>
18
  <body>
19
 
20
+ <h1>Text Emotion Recognition App</h1>
21
  <p style="text-align:center; color:#555;">English • සිංහල • தமிழ்</p>
22
 
23
  <!-- English -->
 
38
  <div class="section">
39
  <h2>සිංහල</h2>
40
  <form method="post">
41
+ <textarea name="sinhala_text" placeholder="Write Sinhala text here"></textarea><br>
42
  <button type="submit" name="action" value="predict_sinhala">Predict Sinhala</button>
43
  </form>
44
  {% if sinhala_result %}
 
52
  <div class="section">
53
  <h2>தமிழ்</h2>
54
  <form method="post">
55
+ <textarea name="tamil_text" placeholder="Write Tamil text here"></textarea><br>
56
  <button type="submit" name="action" value="predict_tamil">Predict Tamil</button>
57
  </form>
58
  {% if tamil_result %}