Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|