Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -279,7 +279,7 @@ if not os.path.exists('gallery'):
|
|
| 279 |
# 데이터베이스 초기화
|
| 280 |
init_db()
|
| 281 |
|
| 282 |
-
with gr.Blocks(theme="
|
| 283 |
selected_index = gr.State(None)
|
| 284 |
|
| 285 |
with gr.Tabs():
|
|
|
|
| 279 |
# 데이터베이스 초기화
|
| 280 |
init_db()
|
| 281 |
|
| 282 |
+
with gr.Blocks(theme="soft", css=css) as app:
|
| 283 |
selected_index = gr.State(None)
|
| 284 |
|
| 285 |
with gr.Tabs():
|