codelion commited on
Commit
9c37d8b
·
verified ·
1 Parent(s): be31411

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +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
- 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
 
 
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 workflows with [patched](https://patched.codes)")
95
 
96
  repo_input = gr.Textbox(label="Enter GitHub Repository Slug or URL")
97