Khushter commited on
Commit
ce10a36
·
1 Parent(s): e168310

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  # Finacial Sentiment Analysis Using Huggingface App
2
  # Team Name :- Free Thinkers
3
  # Authors:- Lalit Chaudhary and Khushter Kaifi
 
4
 
5
  import streamlit as st
6
  from transformers import pipeline
 
1
  # Finacial Sentiment Analysis Using Huggingface App
2
  # Team Name :- Free Thinkers
3
  # Authors:- Lalit Chaudhary and Khushter Kaifi
4
+ # Update On- 2 Jan 2024
5
 
6
  import streamlit as st
7
  from transformers import pipeline