Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import numpy as np
3
  import pandas as pd
4
  import matplotlib.pyplot as plt
5
 
6
- st.title("Investment app 💼")
7
 
8
  A = st.number_input(
9
  "Insert the initial investment (in $): "
 
3
  import pandas as pd
4
  import matplotlib.pyplot as plt
5
 
6
+ st.title("Investment App 💼")
7
 
8
  A = st.number_input(
9
  "Insert the initial investment (in $): "