Yoad
commited on
Commit
·
e41941c
1
Parent(s):
e6a17bd
Fix readme values and improve description.
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: ivrit.ai Knesset Plenums dataset Preview
|
3 |
-
short_description: Preview samples from the ivrit.ai Knesset Plenums dataset
|
4 |
emoji: 🇮🇱
|
5 |
colorFrom: blue
|
6 |
colorTo: indigo
|
|
|
1 |
---
|
2 |
title: ivrit.ai Knesset Plenums dataset Preview
|
3 |
+
short_description: Preview samples from the ivrit.ai Knesset Plenums dataset.
|
4 |
emoji: 🇮🇱
|
5 |
colorFrom: blue
|
6 |
colorTo: indigo
|
app.py
CHANGED
@@ -59,7 +59,10 @@ sample_raw_text_repo_path = f"{sample_plenum_id}/raw.transcript.txt"
|
|
59 |
|
60 |
# Display the title with the selected Plenum ID
|
61 |
st.title(f"Knesset Plenum ID: {sample_plenum_id}")
|
62 |
-
st.markdown(
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
# Cache the sample data loading to only reload when the sample changes
|
|
|
59 |
|
60 |
# Display the title with the selected Plenum ID
|
61 |
st.title(f"Knesset Plenum ID: {sample_plenum_id}")
|
62 |
+
st.markdown(
|
63 |
+
"Please refer to the main dataset card for more details. [ivrit.ai/knesset-plenums](https://huggingface.co/datasets/ivrit-ai/knesset-plenums)"
|
64 |
+
"\n\nThis preview shows a small subset (the smallest samples) of the dataset."
|
65 |
+
)
|
66 |
|
67 |
|
68 |
# Cache the sample data loading to only reload when the sample changes
|