Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import random
|
|
| 11 |
from tqdm import tqdm
|
| 12 |
|
| 13 |
# Constants
|
| 14 |
-
TITLE = "🌐 Phi-3 Instruct Graph Explorer"
|
| 15 |
SUBTITLE = "✨ Extract and visualize knowledge graphs from any text in multiple languages"
|
| 16 |
|
| 17 |
# Custom CSS for styling
|
|
|
|
| 11 |
from tqdm import tqdm
|
| 12 |
|
| 13 |
# Constants
|
| 14 |
+
TITLE = "🌐 GraphMind: Phi-3 Instruct Graph Explorer"
|
| 15 |
SUBTITLE = "✨ Extract and visualize knowledge graphs from any text in multiple languages"
|
| 16 |
|
| 17 |
# Custom CSS for styling
|