Spaces:
Running
Running
Update rag_hf.py
Browse files
rag_hf.py
CHANGED
@@ -193,6 +193,7 @@ def main():
|
|
193 |
st.markdown("""
|
194 |
This app provides **AI-powered analysis** of endangered indigenous languages in South America,
|
195 |
integrating knowledge graphs from **Glottolog, Wikipedia, and Wikidata**.
|
|
|
196 |
""")
|
197 |
|
198 |
with st.sidebar:
|
@@ -200,6 +201,7 @@ def main():
|
|
200 |
st.markdown("""
|
201 |
- <span class="tech-badge">Departamento de Humanidades</span>
|
202 |
- <span class="tech-badge">jveraz@pucp.edu.pe</span>
|
|
|
203 |
""", unsafe_allow_html=True)
|
204 |
st.markdown("---")
|
205 |
st.markdown("### ๐ Quick Start")
|
@@ -213,7 +215,7 @@ def main():
|
|
213 |
st.markdown("### ๐ Example Queries")
|
214 |
questions = [
|
215 |
"What languages are endangered in Brazil?",
|
216 |
-
"
|
217 |
"Which languages are related to Quechua?",
|
218 |
"Where is Mapudungun spoken?"
|
219 |
]
|
|
|
193 |
st.markdown("""
|
194 |
This app provides **AI-powered analysis** of endangered indigenous languages in South America,
|
195 |
integrating knowledge graphs from **Glottolog, Wikipedia, and Wikidata**.
|
196 |
+
\n\n*This is version 1 and currently English-only. Spanish version coming soon!*
|
197 |
""")
|
198 |
|
199 |
with st.sidebar:
|
|
|
201 |
st.markdown("""
|
202 |
- <span class="tech-badge">Departamento de Humanidades</span>
|
203 |
- <span class="tech-badge">jveraz@pucp.edu.pe</span>
|
204 |
+
- <span class="tech-badge">Suggestions? Contact us</span>
|
205 |
""", unsafe_allow_html=True)
|
206 |
st.markdown("---")
|
207 |
st.markdown("### ๐ Quick Start")
|
|
|
215 |
st.markdown("### ๐ Example Queries")
|
216 |
questions = [
|
217 |
"What languages are endangered in Brazil?",
|
218 |
+
"What languages are spoken in Perรบ?",
|
219 |
"Which languages are related to Quechua?",
|
220 |
"Where is Mapudungun spoken?"
|
221 |
]
|