puppy-hf-marimo / notebooks /multiplier_embedded.py
liquidcarbon's picture
Create multiplier_embedded.py
3aba505 verified
raw
history blame contribute delete
183 Bytes
import marimo
__generated_with = "0.14.13"
app = marimo.App(width="medium")
@app.cell
def _():
from multiplier import app
return
if __name__ == "__main__":
app.run()