better UI

This commit is contained in:
saloui 2023-05-25 08:19:49 +02:00
parent 391a57b2ba
commit 6482f2e3df
6 changed files with 47 additions and 45 deletions

2
app.py
View File

@ -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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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
View File

@ -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>