mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-06-15 05:48:07 +00:00
Best
This commit is contained in:
@ -79,6 +79,6 @@ def execute_latex(code, client:Client, message_id):
|
||||
host = lollmsElfServer.config.host
|
||||
|
||||
url = f"{host}:{lollmsElfServer.config.port}/{discussion_path_2_url(pdf_file)}"
|
||||
output_json = {"output": f"Pdf file generated at: {pdf_file}\n<a href='{url}'>Click here to show</a>", "execution_time": execution_time}
|
||||
output_json = {"output": f"Pdf file generated at: {pdf_file}\n<a href='{url}' target='_blank'>Click here to show</a>", "execution_time": execution_time}
|
||||
return output_json
|
||||
return spawn_process(code)
|
||||
|
Reference in New Issue
Block a user