MilanM commited on
Commit
b91b6b3
·
verified ·
1 Parent(s): d2b4c5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1,7 +1,11 @@
1
  import marimo
2
 
3
  __generated_with = "0.13.4"
4
- app = marimo.App(width="full")
 
 
 
 
5
 
6
 
7
  @app.cell
 
1
  import marimo
2
 
3
  __generated_with = "0.13.4"
4
+ app = marimo.App(
5
+ width="full",
6
+ app_title="ExcelSheetProcessor-9000",
7
+ html_head_file="ExcelSheetProcessor-9000.html",
8
+ )
9
 
10
 
11
  @app.cell