Created
          September 30, 2025 20:55 
        
      - 
      
 - 
        
Save manzt/105045b86145ffb7cf45d2c46e1b2cbc to your computer and use it in GitHub Desktop.  
    foo_mo.py
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import marimo | |
| __generated_with = "0.16.2" | |
| app = marimo.App() | |
| @app.cell | |
| def _(): | |
| import marimo as mo | |
| mo | |
| return (mo,) | |
| @app.cell | |
| def _(mo): | |
| slider = mo.ui.slider(0, 10) | |
| slider | |
| return (slider,) | |
| @app.cell | |
| def _(slider): | |
| slider | |
| return | |
| @app.cell | |
| def _(slider): | |
| slider | |
| return | |
| @app.cell | |
| def _(): | |
| return | |
| if __name__ == "__main__": | |
| app.run() | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment