Explorar el Código

simplification

Rodja Trappe hace 2 años
padre
commit
7e360e7765
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -181,7 +181,7 @@ ui.run()
     ui.link_target('examples').style(f'position: relative; top: -{HEADER_HEIGHT}')
     ui.link_target('examples').style(f'position: relative; top: -{HEADER_HEIGHT}')
     with ui.column().classes('w-full q-pa-xl q-mb-xl'):
     with ui.column().classes('w-full q-pa-xl q-mb-xl'):
         ui.label('Examples').classes('text-bold text-lg')
         ui.label('Examples').classes('text-bold text-lg')
-        ui.html('Try <em>this</em> out') \
+        ui.html('Try <em>this</em>') \
             .style('font-size: 300%; font-weight: 500; margin-top: -20px')
             .style('font-size: 300%; font-weight: 500; margin-top: -20px')
         reference.create_intro()
         reference.create_intro()