Spaces:
Sleeping
Sleeping
shyam gupta
commited on
Update main.py
Browse files
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 = "
|
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
|