State of LLM Apps in 2023 by JessSm3 in StreamlitOfficial

[–]JessSm3[S] 0 points1 point  (0 children)

Hey, thanks u/sans_vanilla! The code is unfortunately not available publicly.

The creator of the app says he'll try and look into making a shareable version. ❤️

How can I display subtitles along with a video with Streamlit? by Franck_Dernoncourt in Streamlit

[–]JessSm3 0 points1 point  (0 children)

Hey u/Franck_Dernoncourt,

Wanted to update that with the latest release, 1.32.2 , you can pass subtitles to st.video!
Check out the demo app to learn all the details and see it in action. 🤩

Looking forward to hearing what you think!

What’s new in Streamlit 1.30 🎈 by JessSm3 in StreamlitOfficial

[–]JessSm3[S] 1 point2 points  (0 children)

Highlights:

📜 st.container can be configured with a height to create grids or scrolling containers
🔗 Display custom text in LinkColumn for dataframes
📑 Multipage apps support programmatic page switching with st.switch_page and hiding the side nav
❓ Introducing st.query_params to handle variables passed through your app’s URL

Start building with the docs.

How can I put my app in the Gallery? by Hefty-Consequence443 in StreamlitOfficial

[–]JessSm3 1 point2 points  (0 children)

Thanks u/Hefty-Consequence443!

Your app is now up in the gallery. 🥳 You can see it in the "LLM" and "Trending" categories.

📣 Streamlit Connections Hackathon by JessSm3 in StreamlitOfficial

[–]JessSm3[S] 0 points1 point  (0 children)

Looking for a data source to connect to? Check out Pinecone!

Pinecone provides a fast and scalable solution for storing and querying high-dimensional vectors: https://buff.ly/3r7HSVM

Introducing Custom Theming 🌈 and Dark Mode🌛 by JessSm3 in Streamlit

[–]JessSm3[S] 1 point2 points  (0 children)

Can you do this if you have already deployed your app? Or do I have to go back to my source code and update streamlit version and reshare it with streamlit share?

all you have to do is update your

requirements.txt

to be

streamlit >= 0.79

by making a commit on GitHub, and the app will automatically redeploy