johaunh commited on
Commit
e928653
·
1 Parent(s): 5dfd982

Update README

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- title: AutoKG
3
  app_file: main.py
4
  sdk: gradio
5
  sdk_version: 3.39.0
 
6
  ---
7
- # AutoKG
8
 
9
  Using large language models (ChatGPT) to automatically construct a knowledge graph from unstructured plain text.
10
 
 
1
  ---
2
+ title: Text2KG
3
  app_file: main.py
4
  sdk: gradio
5
  sdk_version: 3.39.0
6
+ pinned: true
7
  ---
8
+ # Text2KG
9
 
10
  Using large language models (ChatGPT) to automatically construct a knowledge graph from unstructured plain text.
11