Spaces:
Running
Running
gabrielaltay
commited on
Commit
·
6643da8
1
Parent(s):
a01d550
update nomic map link
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def load_pinecone_vectorstore():
|
|
103 |
|
104 |
def render_outreach_links():
|
105 |
nomic_base_url = "https://atlas.nomic.ai/data/gabrielhyperdemocracy"
|
106 |
-
nomic_map_name = "us-congressional-legislation-s1024o256nomic"
|
107 |
nomic_url = f"{nomic_base_url}/{nomic_map_name}/map"
|
108 |
hf_url = "https://huggingface.co/hyperdemocracy"
|
109 |
pc_url = "https://www.pinecone.io/blog/serverless"
|
|
|
103 |
|
104 |
def render_outreach_links():
|
105 |
nomic_base_url = "https://atlas.nomic.ai/data/gabrielhyperdemocracy"
|
106 |
+
nomic_map_name = "us-congressional-legislation-s1024o256nomic-1"
|
107 |
nomic_url = f"{nomic_base_url}/{nomic_map_name}/map"
|
108 |
hf_url = "https://huggingface.co/hyperdemocracy"
|
109 |
pc_url = "https://www.pinecone.io/blog/serverless"
|