GutoFonseca commited on
Commit
5d07d27
·
verified ·
1 Parent(s): 2049f02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,5 +66,5 @@ iface = gr.Interface(
66
  title="Chatbot em Cascata - Perguntas sobre Capitais"
67
  )
68
 
69
- if _name_ == "_main_":
70
  iface.launch()
 
66
  title="Chatbot em Cascata - Perguntas sobre Capitais"
67
  )
68
 
69
+ if __name__ == "__main__":
70
  iface.launch()