Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
</head>
|
| 18 |
<body>
|
| 19 |
|
| 20 |
-
<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="
|
| 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="
|
| 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 %}
|