openfree commited on
Commit
63e0ec1
·
verified ·
1 Parent(s): f364738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ footer {
109
  }
110
  """
111
 
112
- with gr.Blocks(theme="Yntec/HaleyCH_Theme_Blue", css=css, analytics_enabled=False) as demo:
113
  gr.HTML('<div class="title"> President DJ(김대중) in KOREA </div>')
114
 
115
 
 
109
  }
110
  """
111
 
112
+ with gr.Blocks(theme=gr.themes.Soft, css=css, analytics_enabled=False) as demo:
113
  gr.HTML('<div class="title"> President DJ(김대중) in KOREA </div>')
114
 
115