docker / genai-stack

Langchain + Docker + Neo4j + Ollama
Creative Commons Zero v1.0 Universal
3.39k stars 703 forks source link

Relocate the streamlit chat box hidden behind "Select RAG mode" pane #148

Open husker-du opened 2 months ago

husker-du commented 2 months ago

The text box is hidden behind the "Select RAG mode" pane.

hidden-chat-box

Update the streamlit style sheet to relocate the chat text bottom above the pane.

displayed-chat-box

This change tries to solve the following reported issue: https://github.com/docker/genai-stack/issues/144