Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1407,7 +1407,7 @@ def main(page: ft.Page):
|
|
| 1407 |
ft.Container(content=ft.Column([
|
| 1408 |
ft.Row(
|
| 1409 |
[
|
| 1410 |
-
ft.Text("
|
| 1411 |
size=20,
|
| 1412 |
weight=ft.FontWeight.BOLD),
|
| 1413 |
save_indicator,
|
|
|
|
| 1407 |
ft.Container(content=ft.Column([
|
| 1408 |
ft.Row(
|
| 1409 |
[
|
| 1410 |
+
ft.Text("Text2Zinc Editor",
|
| 1411 |
size=20,
|
| 1412 |
weight=ft.FontWeight.BOLD),
|
| 1413 |
save_indicator,
|