Formatting changes
This commit is contained in:
parent
1020539ae6
commit
be7d9c93fe
62 changed files with 180 additions and 243 deletions
|
|
@ -3,9 +3,9 @@
|
|||
import os
|
||||
|
||||
# Use the JCLOUD_WORKSPACE for db URL if it's provided by JCloud.
|
||||
if 'JCLOUD_WORKSPACE' in os.environ:
|
||||
if "JCLOUD_WORKSPACE" in os.environ:
|
||||
os.environ[
|
||||
'LANGFLOW_DATABASE_URL'
|
||||
"LANGFLOW_DATABASE_URL"
|
||||
] = f"sqlite:///{os.environ['JCLOUD_WORKSPACE']}/langflow.db"
|
||||
|
||||
from langflow.main import setup_app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue