Spaces:
Running
Running
Update app.py
Browse files
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 |
|