Hi there!
-
Regarding the chat_input function, you can try and run
pip install --upgrade streamlitto update your existing streamlit version to the latest one. I don’t think you can find any workarounds for this, since a version >1.24.0 is required to use the chat_input function. -
Regarding the Stripe integration, I don’t think any pre-built integration exists currently. In the meantime, you can probably connect to the Stripe API for payments. Check out these links for reference:
- An SQL connection does exist in Streamlit. Please check out the following:
https://docs.streamlit.io/library/api-reference/connections/st.experimental_connection
Connecting to data - Streamlit Docs
Cheers,
Moiz