Skip to content

Commit

Permalink
chore: reduce logo to make it responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertogriffo committed Jan 8, 2024
1 parent 2d8050b commit 6293149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatbot/chatbot_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("""<h4 style='text-align: center; color: grey;'></h4>""", unsafe_allow_html=True)

with right_column:
Expand Down
Binary file added images/bot-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6293149

Please sign in to comment.