Neodpy commited on
Commit
c9bd78a
·
verified ·
1 Parent(s): cc9d21c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -116,8 +116,8 @@ def generate_docs(repo_input: str) -> str:
116
 
117
 
118
  # Define the Gradio Blocks interface.
119
- with gr.Blocks() as demo:
120
- gr.Markdown("# GitHub Repository Documentation Generator")
121
  gr.Markdown(
122
  "Enter a GitHub repository URL or ID (in the format `user/repo`) below. "
123
  "This tool fetches repository details and uses the Groq API to generate documentation."
 
116
 
117
 
118
  # Define the Gradio Blocks interface.
119
+ with gr.Blocks(theme=gr.themes.Origin(primary_hue="red", secondary_hue="pink"), title="GitHub Repo Documentation Generator") as demo:
120
+ gr.Markdown("# GitHub Repo Documentation Generator")
121
  gr.Markdown(
122
  "Enter a GitHub repository URL or ID (in the format `user/repo`) below. "
123
  "This tool fetches repository details and uses the Groq API to generate documentation."