Modify Gradio theme
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ DEFAULT_VALUE = (
|
|
23 |
"As someone who likes and is good at using Hugging Face, I hope there will be more opportunities like this! π€"
|
24 |
)
|
25 |
|
26 |
-
with gr.Blocks() as demo:
|
27 |
gr.HTML("<h1 style='text-align:center;'>π€ ARA: Auto README.md Agent π</h1>")
|
28 |
with gr.Tabs():
|
29 |
with gr.TabItem("README Generator"):
|
|
|
23 |
"As someone who likes and is good at using Hugging Face, I hope there will be more opportunities like this! π€"
|
24 |
)
|
25 |
|
26 |
+
with gr.Blocks(gr.themes.Origin()) as demo:
|
27 |
gr.HTML("<h1 style='text-align:center;'>π€ ARA: Auto README.md Agent π</h1>")
|
28 |
with gr.Tabs():
|
29 |
with gr.TabItem("README Generator"):
|