diff --git a/chatbot/chatbot_app.py b/chatbot/chatbot_app.py index 3a5473d..fdee9f0 100644 --- a/chatbot/chatbot_app.py +++ b/chatbot/chatbot_app.py @@ -41,7 +41,7 @@ def init_page(root_folder: Path) -> None: st.write(" ") with central_column: - st.image(str(root_folder / "images/bot.png"), use_column_width="always") + st.image(str(root_folder / "images/bot-small.png"), use_column_width="auto") st.markdown("""
""", unsafe_allow_html=True) with right_column: diff --git a/images/bot-small.png b/images/bot-small.png new file mode 100644 index 0000000..2be5048 Binary files /dev/null and b/images/bot-small.png differ