Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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!",
|