Spaces:
Sleeping
Sleeping
File size: 384 Bytes
973f03c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[project]
dependencies = [
"marimo[sql,recommended,lsp]",
"huggingface-hub==0.26.2",
]
description = "marimo rtc example"
name = "marimo-rtc"
readme = "README.md"
requires-python = ">=3.12"
version = "0.1.0"
[tool.marimo.package_management]
manager = "uv"
[tool.marimo.display]
cell_output = "below"
dataframes = "rich"
theme = "light"
[tool.marimo.experimental]
rtc_v2 = true
|