Rodja Trappe 2 年之前
父节点
当前提交
2584d2ba0c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -99,7 +99,7 @@ async def index_page(client: Client):
         with ui.column().classes('gap-8'):
             ui.html('Meet the <em>NiceGUI</em>.') \
                 .style('font-size: 400%; line-height: 0.9; font-weight: 500')
-            ui.markdown('And let every browser be the frontend\n\nof your Python code.') \
+            ui.markdown('And let the browser be the frontend\n\nof your Python code.') \
                 .style('font-size: 200%; line-height: 0.9')
 
     with ui.row() \