codelion commited on
Commit
d4ba29e
1 Parent(s): 7f20477

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -91,6 +91,7 @@ def analyze_github_repo(repo_input, github_token=None):
91
  # Define the Gradio interface
92
  with gr.Blocks() as app:
93
  gr.Markdown("# Patched GitHub Repo Analyzer")
 
94
 
95
  repo_input = gr.Textbox(label="Enter GitHub Repository Slug or URL")
96
 
 
91
  # Define the Gradio interface
92
  with gr.Blocks() as app:
93
  gr.Markdown("# Patched GitHub Repo Analyzer")
94
+ gr.Markdown("## Build and run your identified patchflows with [patched](https://patched.codes)")
95
 
96
  repo_input = gr.Textbox(label="Enter GitHub Repository Slug or URL")
97