Bor Hodošček commited on
Commit
1df67da
·
unverified ·
1 Parent(s): a9ceef6

chore: remove header

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -723,7 +723,7 @@ def sample_viewer(fnames, text_selector, texts):
723
  mo.stop(not text_selector.value, "No sample selected.")
724
 
725
  selected_idx = fnames.index(text_selector.value)
726
- mo.md(f"### {text_selector.value}\n\n{texts[selected_idx]}")
727
  return
728
 
729
 
 
723
  mo.stop(not text_selector.value, "No sample selected.")
724
 
725
  selected_idx = fnames.index(text_selector.value)
726
+ mo.md(f"**{text_selector.value}**\n\n{texts[selected_idx]}")
727
  return
728
 
729