Skip to content

Commit

Permalink
Relocate the streamlit chat box hidden behind "Select RAG mode" pane
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Tomás committed Apr 12, 2024
1 parent 9191739 commit a61db5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ def on_llm_new_token(self, token: str, **kwargs) -> None:
textarea[aria-label="Description"] {{
height: 200px;
}}
.element-container:has([aria-label="What coding issue can I help you resolve today?"]) {{
bottom: 45px;
}}
</style>
"""
st.markdown(styl, unsafe_allow_html=True)
Expand Down

0 comments on commit a61db5b

Please sign in to comment.