AD2000X commited on
Commit
1ad1279
·
verified ·
1 Parent(s): 706c0a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def main():
27
  ["RAG comparison demonstration", "Knowledge graph visualization", "Ontology structure analysis", "Entity exploration", "Semantic path visualization", "Inference tracking", "Detailed comparative analysis"]
28
  )
29
 
30
- # # Fix the conditional judgment to make it consistent with the option name
31
  if page == "RAG comparison demonstration":
32
  run_rag_demo()
33
  elif page == "Knowledge graph visualization":
 
27
  ["RAG comparison demonstration", "Knowledge graph visualization", "Ontology structure analysis", "Entity exploration", "Semantic path visualization", "Inference tracking", "Detailed comparative analysis"]
28
  )
29
 
30
+ # # Disply the option name
31
  if page == "RAG comparison demonstration":
32
  run_rag_demo()
33
  elif page == "Knowledge graph visualization":