mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-06-15 05:48:07 +00:00
Best
This commit is contained in:
@ -40,5 +40,5 @@ def build_html_output(code, ifram_name="unnamed"):
|
||||
execution_time = time.time() - start_time
|
||||
return {"output": rendered, "execution_time": execution_time}
|
||||
|
||||
def execute_html(code, discussion_id, message_id):
|
||||
def execute_html(code):
|
||||
return build_html_output(code)
|
Reference in New Issue
Block a user