You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

streamlit-chat-input-advanced

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamlit-chat-input-advanced

Streamlit component that allows you catch arrow up keyboard event

0.0.17
PyPI
Maintainers
1

streamlit-chat-input-advanced

Streamlit component that allows you catch arrow up keyboard event

it implements ability to

  • clear textarea when user press Escape

    Example message cleanup on Escape|200x100

  • allow go back and forth by message history

    Chat history example

Installation instructions

pip install streamlit-chat-input-advanced

Usage instructions

import streamlit as st

from chat_input_advanced import chat_input_avd

value = chat_input_avd()

st.write(value)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts