alonsosilva commited on
Commit
972be08
1 Parent(s): acee3dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,6 +38,6 @@ class CounterWidget(anywidget.AnyWidget):
38
  def Page():
39
  counter = CounterWidget()
40
  with solara.Column(style={"padding":"30px"}):
41
- solara.Markdown("#Anywidgets+Solara")
42
  counter.element()
43
  Page()
 
38
  def Page():
39
  counter = CounterWidget()
40
  with solara.Column(style={"padding":"30px"}):
41
+ solara.Markdown("#Anywidget+Solara")
42
  counter.element()
43
  Page()