Spaces:
Sleeping
Sleeping
rpratap2102
commited on
Commit
•
70525b1
1
Parent(s):
088d37e
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def predict_sentiment(text):
|
|
40 |
iface = gr.Interface(
|
41 |
fn=predict_sentiment,
|
42 |
inputs=gr.Text(label="Enter statement to analyze:", placeholder="Type here..."),
|
43 |
-
outputs=[gr.Text(label="Sentiment Analysis"), gr.Image(label=""
|
44 |
title="The Misfits Financial Sentimanet Analysis App",
|
45 |
description="Financial Sentiment Analysis is a process of using natural language processing (NLP) and machine learning techniques to analyze and determine the sentiment expressed in financial news, social media, and other textual data related to financial markets. The goal is to understand the emotions and opinions of market participants towards specific financial instruments, companies, or the overall market."
|
46 |
)
|
|
|
40 |
iface = gr.Interface(
|
41 |
fn=predict_sentiment,
|
42 |
inputs=gr.Text(label="Enter statement to analyze:", placeholder="Type here..."),
|
43 |
+
outputs=[gr.Text(label="Sentiment Analysis"), gr.Image(label=""), gr.Text(label="Model Prediction Info")],
|
44 |
title="The Misfits Financial Sentimanet Analysis App",
|
45 |
description="Financial Sentiment Analysis is a process of using natural language processing (NLP) and machine learning techniques to analyze and determine the sentiment expressed in financial news, social media, and other textual data related to financial markets. The goal is to understand the emotions and opinions of market participants towards specific financial instruments, companies, or the overall market."
|
46 |
)
|