PeterPinetree commited on
Commit
95e3752
·
verified ·
1 Parent(s): 620b9c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -265,10 +265,10 @@ def Page():
265
  "Hover a candidate to preview its neighborhood."
266
  )
267
 
268
- solara.Button(
269
- "TEST: click me",
270
- on_click=lambda *args: print("TEST BUTTON CLICKED"),
271
- )
272
 
273
  solara.InputText("Enter text", value=text_rx, continuous_update=True, style={"minWidth":"520px"})
274
  solara.Markdown(f"*{notice_rx.value}*")
 
265
  "Hover a candidate to preview its neighborhood."
266
  )
267
 
268
+ solara.Button(
269
+ "TEST: click me",
270
+ on_click=lambda *args: print("TEST BUTTON CLICKED"),
271
+ )
272
 
273
  solara.InputText("Enter text", value=text_rx, continuous_update=True, style={"minWidth":"520px"})
274
  solara.Markdown(f"*{notice_rx.value}*")