Update app.py
Browse files
app.py
CHANGED
@@ -189,6 +189,7 @@ def create_gradio_interface():
|
|
189 |
<p><strong>Bengali Sentiment Analysis App</strong></p>
|
190 |
<p>Powered by SVM with TF-IDF features | Built with Gradio</p>
|
191 |
<p><em>Load the models first, then enter Bengali text to analyze sentiment</em></p>
|
|
|
192 |
</div>
|
193 |
""")
|
194 |
|
|
|
189 |
<p><strong>Bengali Sentiment Analysis App</strong></p>
|
190 |
<p>Powered by SVM with TF-IDF features | Built with Gradio</p>
|
191 |
<p><em>Load the models first, then enter Bengali text to analyze sentiment</em></p>
|
192 |
+
<p><a href="https://drive.google.com/file/d/1VnvNSO2q-qd7SJya3mX7Er2U_5hEyBVl/view?usp=sharing" target="_blank" style="color: #667eea; text-decoration: none; font-weight: bold;">📄 Paper Link</a></p>
|
193 |
</div>
|
194 |
""")
|
195 |
|