shyam gupta commited on
Commit
3360eb7
1 Parent(s): 038f98f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -168,7 +168,7 @@ if num_tick > 1:
168
  sharpe_arr = np.zeros(num_of_port)
169
 
170
  ## Track Progress with a Bar
171
- progress_text = "Operation in progress. Please wait."
172
  my_bar = st.progress(0, text=progress_text)
173
 
174
  ## Let's start the Monte Carlo Simulation
 
168
  sharpe_arr = np.zeros(num_of_port)
169
 
170
  ## Track Progress with a Bar
171
+ progress_text = "Simulations in progress. Please wait."
172
  my_bar = st.progress(0, text=progress_text)
173
 
174
  ## Let's start the Monte Carlo Simulation