Update app.py
Browse files
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
|
20 |
content = file.read()
|
21 |
-
print("
|
|
|
|
|
|
|
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)
|