shukdevdattaEX commited on
Commit
1a98ae7
·
verified ·
1 Parent(s): 8075d5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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