Nemai commited on
Commit
072fb53
·
verified ·
1 Parent(s): 3c3f44b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,5 +25,5 @@ title="Sentiment Analysis App",
25
  description="Enter text and get the sentiment prediction using a Hugging Face transformer model.")
26
 
27
  # Launch app
28
- if__name__ =="__main__"
29
  demo.launch()
 
25
  description="Enter text and get the sentiment prediction using a Hugging Face transformer model.")
26
 
27
  # Launch app
28
+ if __name__ == "__main__":
29
  demo.launch()