Narra123 commited on
Commit
40f2847
·
verified ·
1 Parent(s): ec8ea19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,5 +31,5 @@ iface = gr.Interface(
31
  description="Enter text and click 'Submit' to see sentiment results."
32
  )
33
 
34
- if _name_ == "_main_":
35
  iface.launch()
 
31
  description="Enter text and click 'Submit' to see sentiment results."
32
  )
33
 
34
+ if __name__ == "__main__":
35
  iface.launch()