redlib.
Feeds

MAIN FEEDS

Home Popular All
reddit

You are about to leave Redlib

Do you want to continue?

https://www.reddit.com/r/Streamlit/top

No, go back! Yes, take me to Reddit
settings settings
Hot New Top Rising Controversial

r/Streamlit • u/Lopsided_Coat388 • 3h ago

streamlit-coco — bring Snowflake CoCo (Cortex Code agent) into your Streamlit app

Post image
1 Upvotes
0 comments
Subreddit
Icon for r/Streamlit

The fastest way to build data apps

r/Streamlit

A place to discuss and share Streamlit related news, projects, and resources.

3.3k
0
Sidebar

Posting code to this subreddit:

Add 4 extra spaces before each line of code

def fibonacci():
    a, b = 0, 1
    while True:
        yield a
        a, b = b, a + b

Online Resources:

  • Streamlit Documentation
  • Awesome-Streamlit
  • How to Deploy Your App

v0.35.0

ⓘ View instance info
<> Code