Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,9 +20,9 @@ def visualize_github_repo(repo_name, repo_branch, mistral_api_key):
|
|
| 20 |
GraphState,
|
| 21 |
)
|
| 22 |
|
| 23 |
-
yield
|
| 24 |
documents = load_github_codebase(repo_name, repo_branch)
|
| 25 |
-
yield
|
| 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)
|