Dharsh1316 commited on
Commit
380180c
·
verified ·
1 Parent(s): 5fe1b2e

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()