PeterPinetree commited on
Commit
3fe3296
·
verified ·
1 Parent(s): 95e3752

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -265,11 +265,6 @@ 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}*")
275
 
 
265
  "Hover a candidate to preview its neighborhood."
266
  )
267
 
 
 
 
 
 
268
  solara.InputText("Enter text", value=text_rx, continuous_update=True, style={"minWidth":"520px"})
269
  solara.Markdown(f"*{notice_rx.value}*")
270