Hector Lopez commited on
Commit
93ef148
1 Parent(s): 181ee1d

Added github repository to description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ Twitter is also known by the excessive negativity or criticism by a great part o
40
  The application is based on a BERT model fine tuned on the [Coronavirus tweets NLP dataset](https://www.kaggle.com/datasets/datatattle/covid-19-nlp-text-classification).
41
  """
42
 
43
- article = "Check out this [github repository](https://colab.research.google.com/drive/14ce4KD6PrCIL60Eng-t79tEI1UP-DHGz?usp=sharing#scrollTo=Mg1tUeHLRLaG) \
44
  with a lot more details about this method and implementation."
45
 
46
 
40
  The application is based on a BERT model fine tuned on the [Coronavirus tweets NLP dataset](https://www.kaggle.com/datasets/datatattle/covid-19-nlp-text-classification).
41
  """
42
 
43
+ article = "Check out this [github repository](https://github.com/hectorLop/Twitter_Positivity_Analyzer) \
44
  with a lot more details about this method and implementation."
45
 
46