codelion commited on
Commit
d57680c
·
verified ·
1 Parent(s): 2156dbd

Update app.py

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