Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,6 +88,7 @@ def analyze_github_repo(repo_input, github_token=None):
|
|
88 |
|
89 |
# Convert markdown to HTML
|
90 |
html_report = markdown.markdown(report)
|
|
|
91 |
|
92 |
return progress_html + "<p>✅ Analysis complete!</p>", html_report
|
93 |
except Exception as e:
|
|
|
88 |
|
89 |
# Convert markdown to HTML
|
90 |
html_report = markdown.markdown(report)
|
91 |
+
print(html_report)
|
92 |
|
93 |
return progress_html + "<p>✅ Analysis complete!</p>", html_report
|
94 |
except Exception as e:
|