Update app.py
Browse files
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 |
-
|
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=(
|