Spaces:
Sleeping
Sleeping
springwater
commited on
Commit
•
9f64aed
1
Parent(s):
0fd45c5
Update app.py
Browse files
app.py
CHANGED
@@ -319,7 +319,7 @@ def 사주_분석(년주, 월주, 일주, 시주):
|
|
319 |
return html_result
|
320 |
|
321 |
|
322 |
-
with gr.Blocks(css="footer {
|
323 |
solYear =""
|
324 |
solMonth = ""
|
325 |
solDay = ""
|
|
|
319 |
return html_result
|
320 |
|
321 |
|
322 |
+
with gr.Blocks(css="footer {display: none;}") as demo:
|
323 |
solYear =""
|
324 |
solMonth = ""
|
325 |
solDay = ""
|