Add dedicated information panel to the UI (#137)

* Allow streaming to the chatbot and the information panel without threading
* Highlight evidence in a simple manner
This commit is contained in:
Duc Nguyen (john)
2024-01-25 19:07:53 +07:00
committed by GitHub
parent ebc61400d8
commit 513e86f490
6 changed files with 116 additions and 27 deletions

View File

@@ -32,6 +32,15 @@ footer {
height: calc(100vh - 140px) !important;
}
#chat-info-panel {
max-height: calc(100vh - 140px) !important;
overflow-y: scroll !important;
}
.setting-answer-mode-description {
margin: 5px 5px 2px !important
}
mark {
background-color: #1496bb;
}