openfree commited on
Commit
30960b8
·
verified ·
1 Parent(s): 74ea4ed

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_Purple", css=css, analytics_enabled=False) as demo:
113
  gr.HTML('<div class="title"> President PARK(박정희) 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 PARK(박정희) in KOREA </div>')
114
 
115