gulnuravci commited on
Commit
8c1251a
·
verified ·
1 Parent(s): 2f67d42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -384,7 +384,7 @@ def plot():
384
  def launch_gradio_app():
385
  title = "Reddit Sentiment Analysis🎭📈⌨️"
386
  description = "I built a tool that extracts daily content using the Reddit API to calculate sentiment scores about the Reddit community's views on leading tech companies such as Apple, Microsoft, Alphabet, Amazon, Nvidia, Tesla, Meta."
387
- article = "I also built a cool website to explain the project, so visit here to learn more: "
388
 
389
  demo = gr.Interface(plot,
390
  inputs=None,
 
384
  def launch_gradio_app():
385
  title = "Reddit Sentiment Analysis🎭📈⌨️"
386
  description = "I built a tool that extracts daily content using the Reddit API to calculate sentiment scores about the Reddit community's views on leading tech companies such as Apple, Microsoft, Alphabet, Amazon, Nvidia, Tesla, Meta."
387
+ article = "I also built a cool website to explain the project, so click [here](https://gulnuravci.github.io/scripts/project_pages/reddit_sentiment_analysis/reddit_sentiment_analysis.html) to learn more."
388
 
389
  demo = gr.Interface(plot,
390
  inputs=None,