Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
-
sdk:
|
7 |
-
sdk_version:
|
8 |
-
app_file:
|
9 |
pinned: false
|
10 |
---
|
11 |
# Vanishing Voices: South America's Endangered Language Atlas π
|
@@ -38,4 +38,4 @@ This app explores three retrieval-augmented generation (RAG) methods to support
|
|
38 |
2. Set up `HF_ENDPOINT` and `HF_API_TOKEN` in `.streamlit/secrets.toml`.
|
39 |
3. Deploy via Streamlit or Hugging Face Spaces.
|
40 |
|
41 |
-
---
|
|
|
1 |
---
|
2 |
+
title: 'Vanishing Voices: Language Atlas'
|
3 |
+
emoji: π
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: blue
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.44.1
|
8 |
+
app_file: rag_hf.py
|
9 |
pinned: false
|
10 |
---
|
11 |
# Vanishing Voices: South America's Endangered Language Atlas π
|
|
|
38 |
2. Set up `HF_ENDPOINT` and `HF_API_TOKEN` in `.streamlit/secrets.toml`.
|
39 |
3. Deploy via Streamlit or Hugging Face Spaces.
|
40 |
|
41 |
+
---
|