codelion commited on
Commit
7f20477
·
verified ·
1 Parent(s): 90ea612

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -90,8 +90,7 @@ def analyze_github_repo(repo_input, github_token=None):
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
 
 
90
 
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