Spaces:
Building
on
L40S
Building
on
L40S
Update app.py
Browse files
app.py
CHANGED
@@ -450,16 +450,15 @@ css = """
|
|
450 |
}
|
451 |
"""
|
452 |
|
453 |
-
|
454 |
def main():
|
455 |
with gr.Blocks(theme=gr.themes.Soft(
|
456 |
primary_hue="indigo",
|
457 |
secondary_hue="purple",
|
458 |
neutral_hue="slate",
|
459 |
font=["Arial", "sans-serif"]
|
460 |
-
), css=css) as demo:
|
461 |
-
)) as demo:
|
462 |
with gr.Column(elem_id="main-container"):
|
|
|
463 |
# ํค๋ ์น์
|
464 |
with gr.Row(elem_id="header"):
|
465 |
gr.Markdown(
|
|
|
450 |
}
|
451 |
"""
|
452 |
|
|
|
453 |
def main():
|
454 |
with gr.Blocks(theme=gr.themes.Soft(
|
455 |
primary_hue="indigo",
|
456 |
secondary_hue="purple",
|
457 |
neutral_hue="slate",
|
458 |
font=["Arial", "sans-serif"]
|
459 |
+
), css=css) as demo: # ์ฌ๊ธฐ ๊ดํธ ์์
|
|
|
460 |
with gr.Column(elem_id="main-container"):
|
461 |
+
|
462 |
# ํค๋ ์น์
|
463 |
with gr.Row(elem_id="header"):
|
464 |
gr.Markdown(
|