lichih commited on
Commit
6a06974
·
verified ·
1 Parent(s): e23356b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -127,8 +127,7 @@ def get_layout():
127
  button_primary_background_fill="*primary_500", # 按鈕顏色(橘色)
128
  body_text_color="*neutral_200", # 文字顏色(淺色)
129
  )
130
- # with gr.Blocks(css=css, theme=theme) as demo:
131
- with gr.Blocks() as demo:
132
  with gr.Column():
133
  gr.HTML(
134
  value=(
 
127
  button_primary_background_fill="*primary_500", # 按鈕顏色(橘色)
128
  body_text_color="*neutral_200", # 文字顏色(淺色)
129
  )
130
+ with gr.Blocks(css=css, theme=theme) as demo:
 
131
  with gr.Column():
132
  gr.HTML(
133
  value=(