mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-06-15 05:48:07 +00:00
ENHANCED UI? ADDED THEMES
This commit is contained in:
@ -32,6 +32,7 @@ def execute_bash(code, client:Client):
|
||||
shell=True,
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
cwd=client.discussion.discussion_folder
|
||||
)
|
||||
|
||||
# Get the output and error from the process.
|
||||
|
Reference in New Issue
Block a user