Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -11,10 +11,8 @@ from beyondllm.embeddings import AzureAIEmbeddings
|
|
11 |
from Json_2_tree import json_to_dot
|
12 |
import networkx as nx
|
13 |
import matplotlib.pyplot as plt
|
14 |
-
|
15 |
-
|
16 |
-
os.environ["PATH"] += os.pathsep + 'Graphiviz/Graphviz-11.0.0-win64/bin/bin/'
|
17 |
-
os.environ["PATH"] += os.pathsep + "Graphviz2.38/bin/dot.exe"
|
18 |
|
19 |
st.title("Chat with document")
|
20 |
|
|
|
11 |
from Json_2_tree import json_to_dot
|
12 |
import networkx as nx
|
13 |
import matplotlib.pyplot as plt
|
14 |
+
# os.environ["PATH"] += os.pathsep + 'Graphiviz/Graphviz-11.0.0-win64/bin/bin/'
|
15 |
+
# os.environ["PATH"] += os.pathsep + "Graphviz2.38/bin/dot.exe"
|
|
|
|
|
16 |
|
17 |
st.title("Chat with document")
|
18 |
|