eaglelandsonce commited on
Commit
6847324
1 Parent(s): b43cd46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ iface = gr.Interface(
64
  description="Enter a company name to get financial analysis."
65
  )
66
 
67
- if __name__ == "__main__":
68
- iface.launch()
69
 
70
 
71
 
 
64
  description="Enter a company name to get financial analysis."
65
  )
66
 
67
+ #if __name__ == "__main__":
68
+ iface.launch()
69
 
70
 
71