Kadi-IAM commited on
Commit
4e765a8
·
1 Parent(s): 5ed5a48

Fix remote link

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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