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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def visualize_github_repo(repo_name, repo_branch, mistral_api_key):
76
  if "parse_plan" in s:
77
  yield "Planning done! Parsing the plan!"#, None)
78
  if "explore_file" in s:
79
- yield f"Exploration started! Exploring file: {s['explore_file']['explored_files'][-1]} !",
80
 
81
  if "generate_mermaid_code" in s:
82
  yield "Exploration done! Gathering thoughts and generating a graph!",
 
76
  if "parse_plan" in s:
77
  yield "Planning done! Parsing the plan!"#, None)
78
  if "explore_file" in s:
79
+ yield f"Exploration started! Exploring file: {s['explore_file']['explored_files'][-1]} !"
80
 
81
  if "generate_mermaid_code" in s:
82
  yield "Exploration done! Gathering thoughts and generating a graph!",