renad0 commited on
Commit
184d753
·
verified ·
1 Parent(s): f059988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -23,10 +23,10 @@ def analyze_sentiment(text):
23
 
24
  # Define example sentences for easy testing
25
  examples = [
26
- "I love this product! It's amazing!",
27
- "This was the worst experience I've ever had.",
28
- "The movie was okay, not great but not bad either.",
29
- "Absolutely fantastic! I would recommend it to everyone."
30
  ]
31
 
32
  # Build the Gradio interface
@@ -44,3 +44,4 @@ iface = gr.Interface(
44
 
45
  # Launch the Gradio interface
46
  iface.launch()
 
 
23
 
24
  # Define example sentences for easy testing
25
  examples = [
26
+ ["I love this product! It's amazing!"],
27
+ ["This was the worst experience I've ever had."],
28
+ ["The movie was okay, not great but not bad either."],
29
+ ["Absolutely fantastic! I would recommend it to everyone."]
30
  ]
31
 
32
  # Build the Gradio interface
 
44
 
45
  # Launch the Gradio interface
46
  iface.launch()
47
+