sidharthism commited on
Commit
200037e
1 Parent(s): 94d9578

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,2 +1,4 @@
1
  import os
2
- print(os.getcwd())
 
 
 
1
  import os
2
+ print(os.getcwd())
3
+ print(os.path.abspath(__file__))
4
+ print(os.path.dirname(__file__))