update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
<div class="wrap">
|
| 12 |
<div class="card">
|
| 13 |
<h1>RoBERTa IMDb Sentiment Analyzer</h1>
|
| 14 |
-
<p class="subtitle">Fine-tuned on IMDb reviews — Professional
|
| 15 |
<form method="post" action="/predict">
|
| 16 |
<textarea name="text" placeholder="Paste movie review or any text..." required>{{ input_text if input_text else '' }}</textarea>
|
| 17 |
<div class="btn-row">
|
|
@@ -24,7 +24,7 @@
|
|
| 24 |
<div class="pill">{{ result }}</div>
|
| 25 |
</div>
|
| 26 |
{% endif %}
|
| 27 |
-
<div class="footer">
|
| 28 |
</div>
|
| 29 |
</div>
|
| 30 |
</body>
|
|
|
|
| 11 |
<div class="wrap">
|
| 12 |
<div class="card">
|
| 13 |
<h1>RoBERTa IMDb Sentiment Analyzer</h1>
|
| 14 |
+
<p class="subtitle">Fine-tuned on IMDb reviews — Professional Application</p>
|
| 15 |
<form method="post" action="/predict">
|
| 16 |
<textarea name="text" placeholder="Paste movie review or any text..." required>{{ input_text if input_text else '' }}</textarea>
|
| 17 |
<div class="btn-row">
|
|
|
|
| 24 |
<div class="pill">{{ result }}</div>
|
| 25 |
</div>
|
| 26 |
{% endif %}
|
| 27 |
+
<div class="footer">Developer : <code>Abhishek Sharma<br>Founder Of Abhicreation</code></div>
|
| 28 |
</div>
|
| 29 |
</div>
|
| 30 |
</body>
|