fudii0921 commited on
Commit
4b7f677
·
verified ·
1 Parent(s): 20ea6cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def generate_json(report_id, employee_name, department, submission_date, total_a
104
  return report
105
  #return json.dumps(report, indent=4, ensure_ascii=False)
106
 
107
- with gr.Blocks(css="footer {visibility: hidden;}",title="経費報告書チェック") as check:
108
  gr.HTML('<div style="display: flex; justify-content: center; align-items: center; font-size: 20px; font-weight: bold; color: #333; background: #E2E6FA; padding: 10px; border-radius: 8px; box-shadow: 2px 2px 5px rgba(0,0,0,0.2);">🗞 経費報告書チェック</div>')
109
 
110
  with gr.Tab("💹 経費報告書"):
 
104
  return report
105
  #return json.dumps(report, indent=4, ensure_ascii=False)
106
 
107
+ with gr.Blocks(css="footer {visibility: hidden;}",title="CONCUR 経費報告書チェック") as check:
108
  gr.HTML('<div style="display: flex; justify-content: center; align-items: center; font-size: 20px; font-weight: bold; color: #333; background: #E2E6FA; padding: 10px; border-radius: 8px; box-shadow: 2px 2px 5px rgba(0,0,0,0.2);">🗞 経費報告書チェック</div>')
109
 
110
  with gr.Tab("💹 経費報告書"):