dindizz commited on
Commit
718e167
1 Parent(s): 5095092

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -34,5 +34,6 @@ gr.Interface(
34
  fn=total_returns_calculator,
35
  inputs=inputs,
36
  outputs=outputs,
37
- title="Total Returns Calculator"
38
- ).launch()
 
 
34
  fn=total_returns_calculator,
35
  inputs=inputs,
36
  outputs=outputs,
37
+ title="Total Returns Calculator",
38
+ description="Calculate the total returns of your investment with annual dividend yield and monthly SIP contributions."
39
+ ).launch(share=True)