Spaces:
Sleeping
Sleeping
madhurjindal
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
-
|
|
|
3 |
|
4 |
|
5 |
def visualize_github_repo(repo_name, repo_branch, mistral_api_key):
|
@@ -8,10 +9,6 @@ def visualize_github_repo(repo_name, repo_branch, mistral_api_key):
|
|
8 |
from langgraph.graph import END, START, StateGraph
|
9 |
from langchain_core.tracers.context import tracing_v2_enabled
|
10 |
|
11 |
-
from prompts import *
|
12 |
-
import gradio as gr
|
13 |
-
|
14 |
-
|
15 |
from utils import (
|
16 |
load_github_codebase,
|
17 |
router,
|
|
|
1 |
import os
|
2 |
+
from prompts import *
|
3 |
+
import gradio as gr
|
4 |
|
5 |
|
6 |
def visualize_github_repo(repo_name, repo_branch, mistral_api_key):
|
|
|
9 |
from langgraph.graph import END, START, StateGraph
|
10 |
from langchain_core.tracers.context import tracing_v2_enabled
|
11 |
|
|
|
|
|
|
|
|
|
12 |
from utils import (
|
13 |
load_github_codebase,
|
14 |
router,
|