lucifer7210 commited on
Commit
7268465
Β·
verified Β·
1 Parent(s): e2f974f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -453,7 +453,7 @@ with gr.Blocks(css=custom_css, title="πŸ’° Tax Optimization Assistant", theme=gr
453
  with gr.Column(elem_classes=["output-container"]):
454
  output = gr.HTML(
455
  label="πŸ’° Your Tax Optimization Report",
456
- value="<div style='text-align: center; padding: 40px; color: #666; font-family: Arial;'>πŸ“‹ Your personalized tax optimization report will appear here after you click 'Generate Tax Report'</div>"
457
  )
458
 
459
  # Example section
@@ -488,7 +488,7 @@ with gr.Blocks(css=custom_css, title="πŸ’° Tax Optimization Assistant", theme=gr
488
  )
489
 
490
  clear_btn.click(
491
- fn=lambda: [0, "Single", 0, 0, 0, "", "<div style='text-align: center; padding: 40px; color: #666; font-family: Arial;'>πŸ“‹ Your personalized tax optimization report will appear here after you click 'Generate Tax Report'</div>"],
492
  outputs=[income_input, filing_status_input, health_insurance_input,
493
  home_loan_input, retirement_input, state_input, output]
494
  )
 
453
  with gr.Column(elem_classes=["output-container"]):
454
  output = gr.HTML(
455
  label="πŸ’° Your Tax Optimization Report",
456
+ value="<div style='text-align: center; padding: 40px; color: #fff; font-family: Arial;'>πŸ“‹ Your personalized tax optimization report will appear here after you click 'Generate Tax Report'</div>"
457
  )
458
 
459
  # Example section
 
488
  )
489
 
490
  clear_btn.click(
491
+ fn=lambda: [0, "Single", 0, 0, 0, "", "<div style='text-align: center; padding: 40px; color: #fff; font-family: Arial;'>πŸ“‹ Your personalized tax optimization report will appear here after you click 'Generate Tax Report'</div>"],
492
  outputs=[income_input, filing_status_input, health_insurance_input,
493
  home_loan_input, retirement_input, state_input, output]
494
  )