Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
import marimo
|
2 |
|
3 |
__generated_with = "0.13.1-dev16"
|
4 |
-
|
5 |
|
6 |
@app.cell
|
7 |
def _(mo):
|
8 |
-
|
9 |
mo.Html("""
|
10 |
<!DOCTYPE html>
|
11 |
<html lang="en">
|
@@ -131,7 +131,7 @@ def _(mo):
|
|
131 |
|
132 |
@app.cell
|
133 |
def _(mo):
|
134 |
-
|
135 |
# Page 2 Content
|
136 |
mo.Html("""
|
137 |
<!-- Page 2 -->
|
@@ -155,7 +155,7 @@ def _(mo):
|
|
155 |
|
156 |
@app.cell
|
157 |
def _(mo):
|
158 |
-
|
159 |
# Page 3 Content
|
160 |
mo.Html("""
|
161 |
<!-- Page 3 -->
|
@@ -210,7 +210,7 @@ def _(mo):
|
|
210 |
|
211 |
@app.cell
|
212 |
def _(mo):
|
213 |
-
|
214 |
# Page 4: Conclusion
|
215 |
mo.Html("""
|
216 |
<!-- Page 4: Conclusion -->
|
|
|
1 |
import marimo
|
2 |
|
3 |
__generated_with = "0.13.1-dev16"
|
4 |
+
|
5 |
|
6 |
@app.cell
|
7 |
def _(mo):
|
8 |
+
|
9 |
mo.Html("""
|
10 |
<!DOCTYPE html>
|
11 |
<html lang="en">
|
|
|
131 |
|
132 |
@app.cell
|
133 |
def _(mo):
|
134 |
+
|
135 |
# Page 2 Content
|
136 |
mo.Html("""
|
137 |
<!-- Page 2 -->
|
|
|
155 |
|
156 |
@app.cell
|
157 |
def _(mo):
|
158 |
+
|
159 |
# Page 3 Content
|
160 |
mo.Html("""
|
161 |
<!-- Page 3 -->
|
|
|
210 |
|
211 |
@app.cell
|
212 |
def _(mo):
|
213 |
+
|
214 |
# Page 4: Conclusion
|
215 |
mo.Html("""
|
216 |
<!-- Page 4: Conclusion -->
|