Spaces:
Running
Running
Commit
·
87e47b3
1
Parent(s):
1cf7b32
fix(functors): remove custom css link
Browse files
functional_programming/05_functors.py
CHANGED
|
@@ -8,10 +8,7 @@
|
|
| 8 |
import marimo
|
| 9 |
|
| 10 |
__generated_with = "0.12.8"
|
| 11 |
-
app = marimo.App(
|
| 12 |
-
app_title="Category Theory and Functors",
|
| 13 |
-
css_file="/Users/chanhuizhihou/Library/Application Support/mtheme/themes/gruvbox.css",
|
| 14 |
-
)
|
| 15 |
|
| 16 |
|
| 17 |
@app.cell(hide_code=True)
|
|
|
|
| 8 |
import marimo
|
| 9 |
|
| 10 |
__generated_with = "0.12.8"
|
| 11 |
+
app = marimo.App(app_title="Category Theory and Functors")
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
@app.cell(hide_code=True)
|