springwater commited on
Commit
38af83b
1 Parent(s): 9f64aed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ def 사주_분석(년주, 월주, 일주, 시주):
319
  return html_result
320
 
321
 
322
- with gr.Blocks(css="footer {display: none;}") as demo:
323
  solYear =""
324
  solMonth = ""
325
  solDay = ""
 
319
  return html_result
320
 
321
 
322
+ with gr.Blocks(css="footer {visibility: hidden;}") as demo:
323
  solYear =""
324
  solMonth = ""
325
  solDay = ""