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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import json
2
  import gradio as gr
3
- from textblobl import TextBlob
4
 
5
  def sentment_analysis(text:str) -> str:
6
  """
 
1
  import json
2
  import gradio as gr
3
+ from textblob import TextBlob
4
 
5
  def sentment_analysis(text:str) -> str:
6
  """