Py.Cafe

maartenbreddels/

zesty-hostility

DocsPricing
  • app.py
  • requirements.txt
  • test.png
app.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import ipyreact
from pathlib import Path
import solara


# class ConfettiWidget(ipyreact.ValueWidget):
#     _esm = Path("confetti.tsx")
    # _css = Path("confetti.css")
 
#page = ConfettiWidget()
#1


page = solara.Image(Path("test.png"))     
requirements.txt
1
2
numpy
ipyreact