Spaces:
Running
Running
gabrielaltay
commited on
Commit
•
95a2a69
1
Parent(s):
6bfad85
update urls
Browse files
app.py
CHANGED
@@ -111,8 +111,8 @@ def write_outreach_links():
|
|
111 |
pc_url = "https://www.pinecone.io/blog/serverless"
|
112 |
st.subheader(":brain: About [hyperdemocracy](https://hyperdemocracy.us)")
|
113 |
st.subheader(f":world_map: Visualize [nomic atlas]({nomic_url})")
|
114 |
-
st.subheader(f":hugging_face: Raw [huggingface datasets](hf_url)")
|
115 |
-
st.subheader(f":evergreen_tree: Index [pinecone serverless](pc_url)")
|
116 |
|
117 |
def group_docs(docs) -> list[tuple[str, list[Document]]]:
|
118 |
doc_grps = defaultdict(list)
|
|
|
111 |
pc_url = "https://www.pinecone.io/blog/serverless"
|
112 |
st.subheader(":brain: About [hyperdemocracy](https://hyperdemocracy.us)")
|
113 |
st.subheader(f":world_map: Visualize [nomic atlas]({nomic_url})")
|
114 |
+
st.subheader(f":hugging_face: Raw [huggingface datasets]({hf_url})")
|
115 |
+
st.subheader(f":evergreen_tree: Index [pinecone serverless]({pc_url})")
|
116 |
|
117 |
def group_docs(docs) -> list[tuple[str, list[Document]]]:
|
118 |
doc_grps = defaultdict(list)
|