Lirsen Myrtaj wborders commited on
Commit
956cded
1 Parent(s): 57971d9

Corrected time not defined issue (#35)

Browse files

- Corrected time not defined issue (130050c185d3b85ec29d32018d017a38e14e8396)


Co-authored-by: Warren Borders <wborders@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -104,9 +104,9 @@ def get_choices():
104
  # reset = st.sidebar.button("RESET APP")
105
 
106
  if submitted:
107
- with st.spinner('Running the calculations...'):
108
- time.sleep(8)
109
- st.success('Done!')
110
  # convert strings to lists
111
  tickers_list = tickers.split(",")
112
  weights_list = weights_str.split(",")
 
104
  # reset = st.sidebar.button("RESET APP")
105
 
106
  if submitted:
107
+ #with st.spinner('Running the calculations...'):
108
+ # time.sleep(8)
109
+ # st.success('Done!')
110
  # convert strings to lists
111
  tickers_list = tickers.split(",")
112
  weights_list = weights_str.split(",")