bogeumkim commited on
Commit
b392fc5
Β·
1 Parent(s): 8f23e34

Modify Gradio theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"):