```python @app.route("/") def hello_world(): from solara import render render( solar

@app.route("/")
def hello_world():
from solara import render
render(
solara_components.Page(),
components=solara_components,
)
@app.route("/")
def hello_world():
from solara import render
render(
solara_components.Page(),
components=solara_components,
)
This for instance cannot work, because flask does not know what to do with the return value of render
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?