Before clicking “Create Topic”, please make sure your post includes the following information (otherwise, the post will be locked).
- Are you running your app locally or is it deployed?
- If your app is deployed:
a. Is it deployed on Community Cloud or another hosting platform?
b. Share the link to the public deployed app. - Share the link to your app’s public GitHub repository (including a requirements file).
- Share the full text of the error message (not a screenshot).
- Share the Streamlit and Python versions.
I have completed the initial architecture of the project and successfully deployed it. However, now I need to implement placing a Word editor on the right side of the menu bar and on the left side of the conversation section. I am aware that the current version of Streamlit does not support placing chat_input
inside columns or expanders. I would like to know how to put chat_input
into a three-column layout.
This is the current outcome; I am forced to place the Word editor section above the chat_input
.
And this is the desired outcome.