guychuk commited on
Commit
3d73f15
1 Parent(s): dfa0154

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def analyze_sentiment(input_text):
13
  "mr8488": f"{result2['label']} ({result2['score']:.2f})"}
14
 
15
  # Create the Gradio interface
16
- iface = gr.Interface(fn=analyze_sentiment, inputs="text", outputs="text", title="Financial Sentiment Analysis", description="Enter a sentence to analyze its sentiment using two different models.", placeholder="Cisco's EPS is has soared")
17
 
18
  # Launch the interface
19
  iface.launch()
 
13
  "mr8488": f"{result2['label']} ({result2['score']:.2f})"}
14
 
15
  # Create the Gradio interface
16
+ iface = gr.Interface(fn=analyze_sentiment, inputs="text", outputs="text", title="Financial Sentiment Analysis", description="Enter a sentence to analyze its sentiment using two different models.")
17
 
18
  # Launch the interface
19
  iface.launch()