Update app.py
Browse files
app.py
CHANGED
|
@@ -104,8 +104,8 @@ 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="
|
| 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("💹 経費報告書"):
|
| 111 |
gr.Markdown("### 経費報告書")
|
|
|
|
| 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);">🗞 CONCUR 経費報告書チェック</div>')
|
| 109 |
|
| 110 |
with gr.Tab("💹 経費報告書"):
|
| 111 |
gr.Markdown("### 経費報告書")
|