Spaces:
Sleeping
Sleeping
Yoad
commited on
Commit
·
e6a17bd
1
Parent(s):
f59869c
Better descriptions
Browse files
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
2 |
-
title: Knesset Plenums Preview
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.44.1
|
8 |
app_file: app.py
|
|
|
1 |
---
|
2 |
+
title: ivrit.ai Knesset Plenums dataset Preview
|
3 |
+
short_description: Preview samples from the ivrit.ai Knesset Plenums dataset - Small subset, of the smallest samples.
|
4 |
+
emoji: 🇮🇱
|
5 |
+
colorFrom: blue
|
6 |
+
colorTo: indigo
|
7 |
sdk: streamlit
|
8 |
sdk_version: 1.44.1
|
9 |
app_file: app.py
|
app.py
CHANGED
@@ -59,6 +59,7 @@ 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 |
|
63 |
|
64 |
# 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("Please refere to the main dataset card for more details. [ivrit.ai/knesset-plenums](https://huggingface.co/datasets/ivrit-ai/knesset-plenums)")
|
63 |
|
64 |
|
65 |
# Cache the sample data loading to only reload when the sample changes
|