Skip to content

Commit

Permalink
add keyboard shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
parmsam committed Aug 31, 2023
1 parent 0f76d54 commit 20d71a1
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
Binary file modified __pycache__/app.cpython-310.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def random_icebreaker(data = data, replace = False, N = 1, include_difficult = F
ui.include_css(css_file, method="link_files"),
ui.include_js(js_file, method="link_files"),
ui.h1("🧊 break the ice ⛏️"),
ui.em(ui.HTML(
"by <a href='https://github.com/parmsam/icebreaker-py/' target='_blank'>parmsam</a>")),
ui.span("by ", ui.HTML(
"<a href='https://github.com/parmsam/icebreaker-py/' target='_blank'>parmsam</a>")),
ui.input_slider("obs", "pick number of icebreakers", min=0, max=5, value = 1, step = 1),
ui.input_switch("difficulty", "include difficult questions", value = False),
x.ui.tooltip(
Expand Down
Loading

0 comments on commit 20d71a1

Please sign in to comment.