Spaces:
Sleeping
Sleeping
Bor Hodošček
commited on
chore: remove header
Browse files
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"
|
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 |
|