darsoarafa commited on
Commit
11b8701
·
verified ·
1 Parent(s): d721393

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -123,7 +123,16 @@ Cost Growth: 3%
123
  Depreciation Years: 7
124
  Tax Rate: 25%
125
  Working Capital: Rp 50,000,000""",
126
- lines=10
 
 
 
 
 
 
 
 
 
127
  )
128
  generate_button = gr.Button("Generate Financials")
129
  output_file = gr.File(label="Download Excel File")
 
123
  Depreciation Years: 7
124
  Tax Rate: 25%
125
  Working Capital: Rp 50,000,000""",
126
+ lines=10,
127
+ value= """Example format:
128
+ Initial Investment: Rp 1,000,000,000
129
+ Annual Revenue: Rp 500,000,000
130
+ Revenue Growth: 5%
131
+ Operating Cost: Rp 300,000,000
132
+ Cost Growth: 3%
133
+ Depreciation Years: 7
134
+ Tax Rate: 25%
135
+ Working Capital: Rp 50,000,000"""
136
  )
137
  generate_button = gr.Button("Generate Financials")
138
  output_file = gr.File(label="Download Excel File")