mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
better UI
This commit is contained in:
parent
391a57b2ba
commit
6482f2e3df
2
app.py
2
app.py
@ -235,7 +235,7 @@ class Gpt4AllWebUI(GPT4AllAPI):
|
||||
|
||||
def reset(self):
|
||||
os.kill(os.getpid(), signal.SIGINT) # Send the interrupt signal to the current process
|
||||
subprocess.Popen(['python', 'your_app.py']) # Restart the app using subprocess
|
||||
subprocess.Popen(['python', 'app.py']) # Restart the app using subprocess
|
||||
|
||||
return 'App is resetting...'
|
||||
|
||||
|
1
web/dist/assets/index-25bebe4f.css
vendored
Normal file
1
web/dist/assets/index-25bebe4f.css
vendored
Normal file
File diff suppressed because one or more lines are too long
41
web/dist/assets/index-539030cf.js
vendored
41
web/dist/assets/index-539030cf.js
vendored
File diff suppressed because one or more lines are too long
1
web/dist/assets/index-5bbfa0a8.css
vendored
1
web/dist/assets/index-5bbfa0a8.css
vendored
File diff suppressed because one or more lines are too long
43
web/dist/assets/index-a26c9cba.js
vendored
Normal file
43
web/dist/assets/index-a26c9cba.js
vendored
Normal file
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>GPT4All - WEBUI</title>
|
||||
<script type="module" crossorigin src="/assets/index-539030cf.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-5bbfa0a8.css">
|
||||
<script type="module" crossorigin src="/assets/index-a26c9cba.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-25bebe4f.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user