svsaurav95 commited on
Commit
23cb2fd
·
verified ·
1 Parent(s): 16e6746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def analyze_message(message, custom_flagged_words, custom_positive_flags, custom
29
 
30
  return sentiment_label, ", ".join(flagged_terms) if flagged_terms else "None"
31
 
32
- with gr.Blocks() as demo:
33
  gr.Markdown("## Messaging Sentiment analysis")
34
 
35
  with gr.Row():
 
29
 
30
  return sentiment_label, ", ".join(flagged_terms) if flagged_terms else "None"
31
 
32
+ with gr.Blocks() as demo:
33
  gr.Markdown("## Messaging Sentiment analysis")
34
 
35
  with gr.Row():