Fix remote link
Browse files
app.py
CHANGED
@@ -632,8 +632,8 @@ def main():
|
|
632 |
)
|
633 |
|
634 |
with gr.Tab("RAG enhanced with Knowledge Graph (dev) 🔎"):
|
635 |
-
kg_tmp_link = "https://kadi-iam-kadikgraph.static.hf.space"
|
636 |
-
gr.Markdown("[If rendering fails, look at the graph here]https://kadi-iam-kadikgraph.static.hf.space")
|
637 |
with gr.Blocks(css="""footer {visibility: hidden};""") as preview_tab:
|
638 |
gr.HTML(
|
639 |
"""<iframe
|
|
|
632 |
)
|
633 |
|
634 |
with gr.Tab("RAG enhanced with Knowledge Graph (dev) 🔎"):
|
635 |
+
kg_tmp_link = "https://kadi-iam-kadikgraph.static.hf.space/index.html"
|
636 |
+
gr.Markdown("[If rendering fails, look at the graph here](https://kadi-iam-kadikgraph.static.hf.space)")
|
637 |
with gr.Blocks(css="""footer {visibility: hidden};""") as preview_tab:
|
638 |
gr.HTML(
|
639 |
"""<iframe
|