inactive uesrs now collected.
modified: app.py new file: migrations/versions/5d93cdf18549_room_inactive_users_column.py modified: templates/base.html modified: templates/chat.html
This commit is contained in:
parent
96c10fc6d6
commit
b01311a825
4 changed files with 116 additions and 34 deletions
|
|
@ -262,7 +262,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/russellballestrini/flask-socketio-llm-completions#interacting-with-language-models" target="_blank">🚀 docs for interacting with language models & other commands or try /help</a>
|
||||
<a href="https://github.com/russellballestrini/opencompletion#interacting-with-language-models" target="_blank">🚀 docs for language models & other commands, also try /help</a>
|
||||
<!-- Search form -->
|
||||
<div id="search-form" style="width: 90%;">
|
||||
<form action="/search" method="get">
|
||||
|
|
@ -284,7 +284,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Chatroom list -->
|
||||
<!-- Chatroom list -->
|
||||
<div class="main-container">
|
||||
<div id="rooms-list">
|
||||
<ul id="rooms-list-ul">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue