shubhayu-64 commited on
Commit
9348211
·
1 Parent(s): 112f52b

add: fixes

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. app.py +2 -3
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Ignore pycache
2
+ __pycache__/
app.py CHANGED
@@ -908,6 +908,5 @@ class Stonks:
908
  """)
909
 
910
 
911
- if __name__ == '__main__':
912
- stonks = Stonks(stocks_filepath="Models/stocknames.csv")
913
- stonks.ui_renderer()
 
908
  """)
909
 
910
 
911
+ stonks = Stonks(stocks_filepath="Models/stocknames.csv")
912
+ stonks.ui_renderer()