mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
fixed some problems
This commit is contained in:
parent
4ed1be30dc
commit
9a89cea00b
5
app.py
5
app.py
@ -55,6 +55,11 @@ try:
|
||||
from lollms.config import BaseConfig
|
||||
from lollms.helpers import ASCIIColors, trace_exception
|
||||
from lollms.paths import LollmsPaths
|
||||
|
||||
import mimetypes
|
||||
mimetypes.add_type('application/javascript', '.js')
|
||||
mimetypes.add_type('text/css', '.css')
|
||||
|
||||
from api.db import Discussion
|
||||
from flask import (
|
||||
Flask,
|
||||
|
Loading…
Reference in New Issue
Block a user