You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(MuxInteract) pkg> st
Status `~/MuxInteract/Project.toml`
[5ae59095] Colors v0.12.10
[c601a237] Interact v0.10.5
[a975b10e] Mux v1.0.1
[0f1e0344] WebIO v0.8.21
using Interact, Mux, WebIO
s = slider(1:100);
function app(req) # req is a Mux request dictionary
println(req); return s
end
webio_serve(page("/", app), 8000)
Upon loading the website i get this in the REPL:
and
s[]
isn't updated.The text was updated successfully, but these errors were encountered: