Spaces:
Sleeping
Sleeping
Neodpy
commited on
Update app.py
Browse files
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
|
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."
|