Kadi-IAM commited on
Commit
17f86f9
·
1 Parent(s): 32856c5

Update KadiChat

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -620,6 +620,16 @@ def main():
620
  )
621
  # gr.Markdown("placeholder")
622
 
 
 
 
 
 
 
 
 
 
 
623
  # with gr.Tab("Knowledge Graph RAG 🔎"):
624
  # graph_tmp_link = "https://ea0feb6eb6495e8b2d.gradio.live/" # vision model link
625
  # with gr.Blocks(css="""footer {visibility: hidden};""") as preview_tab:
@@ -630,7 +640,7 @@ def main():
630
  with gr.Tab("Dev. info"):
631
  gr.Markdown(
632
  """
633
- This system is being developed by the [Kadi Group at IAM-MMS, KIT](https://kadi.iam.kit.edu), in collaboration with various teams with different scientific backgrounds.
634
 
635
  Changelog:
636
 
 
620
  )
621
  # gr.Markdown("placeholder")
622
 
623
+ with gr.Tab("KadiChat 💬"):
624
+ kadichat_tmp_link = (
625
+ "hhttps://huggingface.co/spaces/Kadi-IAM/KadiChat/" # vision model link
626
+ )
627
+ with gr.Blocks(css="""footer {visibility: hidden};""") as preview_tab:
628
+ gr.HTML(
629
+ """<iframe src="{}" style="width:100%; height:1024px; overflow:auto"></iframe>""".format(
630
+ kadichat_tmp_link
631
+ )
632
+ )
633
  # with gr.Tab("Knowledge Graph RAG 🔎"):
634
  # graph_tmp_link = "https://ea0feb6eb6495e8b2d.gradio.live/" # vision model link
635
  # with gr.Blocks(css="""footer {visibility: hidden};""") as preview_tab:
 
640
  with gr.Tab("Dev. info"):
641
  gr.Markdown(
642
  """
643
+ This system is being developed by the [Kadi Team at IAM-MMS, KIT](https://kadi.iam.kit.edu/kadi-ai), in collaboration with various groups with different scientific backgrounds.
644
 
645
  Changelog:
646