Update app.py
Browse files
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
|
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,
|