first commit
This commit is contained in:
5
testy/archive/hello_panel_world.py
Normal file
5
testy/archive/hello_panel_world.py
Normal file
@ -0,0 +1,5 @@
|
||||
import panel as pn
|
||||
app = pn.Column("DDD")
|
||||
# app.servable()
|
||||
# app.append("Nice")
|
||||
app.show()
|
||||
Reference in New Issue
Block a user