Falko Schindler 1 anno fa
parent
commit
e7afdde17d
1 ha cambiato i file con 0 aggiunte e 23 eliminazioni
  1. 0 23
      check.py

+ 0 - 23
check.py

@@ -1,23 +0,0 @@
-#!/usr/bin/env python3
-from nicegui import Client, app, background_tasks, events, globals, ui
-from nicegui.element import Element
-from nicegui.elements import markdown
-from nicegui.elements.mixins.text_element import TextElement
-from nicegui.nicegui import Element
-from nicegui.page import page
-
-
-ui.joystick()
-
-# ui.mermaid('''
-# graph LR;
-#     A --> B;
-#     A --> C;
-# ''')
-
-ui.button('plotly', on_click=lambda: ui.plotly())
-ui.button('pyplot', on_click=lambda: ui.pyplot())
-
-ui.label('test')
-ui.run(favicon='🚀', storage_secret='secret')
-# ui.run(favicon='🚀', storage_secret='secret', on_air='falkos-token')