Thrishul3549x commited on
Commit
bc8c312
·
verified ·
1 Parent(s): 0576620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,5 +20,5 @@ demo = gr.Interface(
20
  description="Classify text into Positive, Negative, or Neutral using TextBlob."
21
  )
22
 
23
- if _name_ == "__main__":
24
  demo.launch()
 
20
  description="Classify text into Positive, Negative, or Neutral using TextBlob."
21
  )
22
 
23
+ if __name__ == "__main__":
24
  demo.launch()