madhurjindal commited on
Commit
3bef67a
·
verified ·
1 Parent(s): a4853d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
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,