mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 10:46:27 +00:00
remove extra spacings
This commit is contained in:
parent
2fd85eec17
commit
0d16b4d6d2
1
app.py
1
app.py
@ -610,7 +610,6 @@ if __name__ == "__main__":
|
|||||||
# app.config['executor'] = executor
|
# app.config['executor'] = executor
|
||||||
bot = Gpt4AllWebUI(app, socketio, config, personality, config_file_path)
|
bot = Gpt4AllWebUI(app, socketio, config, personality, config_file_path)
|
||||||
|
|
||||||
|
|
||||||
# chong Define custom WebSocketHandler with error handling
|
# chong Define custom WebSocketHandler with error handling
|
||||||
class CustomWebSocketHandler(WebSocketHandler):
|
class CustomWebSocketHandler(WebSocketHandler):
|
||||||
def handle_error(self, environ, start_response, e):
|
def handle_error(self, environ, start_response, e):
|
||||||
|
Loading…
Reference in New Issue
Block a user