Sfoglia il codice sorgente

update/polish feature list

Rodja Trappe 2 anni fa
parent
commit
f940f5d29a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      main.py

+ 2 - 2
main.py

@@ -205,7 +205,7 @@ async def index_page(client: Client) -> None:
             features('insights', 'Visualization', [
                 'charts, diagrams and tables',
                 '3D scenes',
-                'progress bars',
+                'straight-forward data binding',
                 'built-in timer for data refresh',
             ])
             features('brush', 'Styling', [
@@ -217,7 +217,7 @@ async def index_page(client: Client) -> None:
             features('source', 'Coding', [
                 'routing for multiple pages',
                 'auto-reload on code change',
-                'straight-forward data binding',
+                'persistent user sessions',
                 'Jupyter notebook compatibility',
             ])
             features('anchor', 'Foundation', [