Skip to content

AI-Colleagues/st-components

Repository files navigation

Custom Streamlit Components

This repository currently contains the following custom components:

  1. file_message: Sends files together with textual message

File with messages

Video:

Screen.Recording.2024-04-17.at.14.59.52.mov

Get started

To install, run

pip install file-chat-input

Then run example app:

streamlit run example.py

Known issues:

  • Due to the usage of streamlit-float, the chat messages don't automatically scroll when the page is full.