camparchimedes commited on
Commit
5b70bca
ยท
verified ยท
1 Parent(s): 7d1290b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -16,12 +16,13 @@ import chainlit as cl
16
  # ---------------------------------------------------for backend looks, example file:----------------------------------
17
  import os
18
 
19
- with open('/home/user/app/.chainlit/config.toml', 'r') as file:
20
  content = file.read()
21
- print("config.toml:", content)
 
 
 
22
 
23
- app_dir = os.path.dirname(os.path.abspath(__file__))
24
- print("Directory containing app.py:", app_dir)
25
 
26
  #app_path = os.path.abspath(__file__)
27
  #print("[email protected]:", app_path)
 
16
  # ---------------------------------------------------for backend looks, example file:----------------------------------
17
  import os
18
 
19
+ with open('/home/user/.local/lib/python3.9/site-packages/sqlalchemy/engine/default.py', 'r') as file: # line 622
20
  content = file.read()
21
+ print("default.py, see line 622:", content)
22
+
23
+
24
+ #/home/user/app/.chainlit/config.toml
25
 
 
 
26
 
27
  #app_path = os.path.abspath(__file__)
28
  #print("[email protected]:", app_path)