asthaa30 commited on
Commit
2445aa7
·
verified ·
1 Parent(s): 0e3473d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,5 +101,5 @@ demo = gr.ChatInterface(
101
  )
102
 
103
  # Launch the Gradio app
104
- if _name_ == "_main_":
105
  demo.launch()
 
101
  )
102
 
103
  # Launch the Gradio app
104
+ if __name__ == "_main_":
105
  demo.launch()