vpingale07 commited on
Commit
98af745
·
verified ·
1 Parent(s): d8b73ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import json
2
  import gradio as gr
3
  from textblob import TextBlob
4
 
5
- def sentment_analysis(text:str) -> str:
6
  """
7
 
8
  Analyze the sentiment of given sentence or text.
 
2
  import gradio as gr
3
  from textblob import TextBlob
4
 
5
+ def sentiment_analysis(text:str) -> str:
6
  """
7
 
8
  Analyze the sentiment of given sentence or text.