mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 12:27:52 +00:00
commit
70c4060ed1
@ -8,7 +8,6 @@ RUN python3 -m pip install --no-cache-dir -r requirements.txt --upgrade pip
|
||||
|
||||
COPY ./app.py /srv/app.py
|
||||
COPY ./api /srv/api
|
||||
COPY ./bindings /srv/bindings
|
||||
COPY ./static /srv/static
|
||||
COPY ./templates /srv/templates
|
||||
COPY ./web /srv/web
|
||||
|
1
web/dist/assets/index-4e1807f7.css
vendored
1
web/dist/assets/index-4e1807f7.css
vendored
File diff suppressed because one or more lines are too long
1
web/dist/assets/index-7fdd6f06.css
vendored
Normal file
1
web/dist/assets/index-7fdd6f06.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
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-9b72f28e.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-4e1807f7.css">
|
||||
<script type="module" crossorigin src="/assets/index-90e5688b.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-7fdd6f06.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user