madhurjindal commited on
Commit
2f82191
·
verified ·
1 Parent(s): 5f65266

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,9 +20,9 @@ def visualize_github_repo(repo_name, repo_branch, mistral_api_key):
20
  GraphState,
21
  )
22
 
23
- yield ("Looking at the Repo!", None)
24
  documents = load_github_codebase(repo_name, repo_branch)
25
- yield ("Repo loaded!", None)
26
 
27
  # Define a new graph
28
  workflow = StateGraph(GraphState)
 
20
  GraphState,
21
  )
22
 
23
+ yield "Looking at the Repo!"
24
  documents = load_github_codebase(repo_name, repo_branch)
25
+ yield "Repo loaded!"
26
 
27
  # Define a new graph
28
  workflow = StateGraph(GraphState)