codelion commited on
Commit
400ce48
·
verified ·
1 Parent(s): f40f417

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: