Spaces:
Runtime error
Runtime error
Commit
•
8686a5f
1
Parent(s):
d9a1859
Updating url
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ details_md = """
|
|
55 |
- I need to integrate with Nomic's semantic search
|
56 |
"""
|
57 |
|
58 |
-
url = "https://atlas.nomic.ai/data/derek2/boru-subreddit-neural-search/map
|
59 |
html_str = f'<iframe src={url} style="border:none;height:1024px;width:100%" allow="clipboard-read; clipboard-write" title="Nomic Atlas">'
|
60 |
|
61 |
with gr.Blocks() as ui:
|
|
|
55 |
- I need to integrate with Nomic's semantic search
|
56 |
"""
|
57 |
|
58 |
+
url = "https://atlas.nomic.ai/data/derek2/boru-subreddit-neural-search/map"
|
59 |
html_str = f'<iframe src={url} style="border:none;height:1024px;width:100%" allow="clipboard-read; clipboard-write" title="Nomic Atlas">'
|
60 |
|
61 |
with gr.Blocks() as ui:
|