Help on designing the app

Hi there!

  1. Regarding the chat_input function, you can try and run pip install --upgrade streamlit to 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.

  2. 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:

  1. 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