MVPilgrim commited on
Commit
b7b2ce3
·
1 Parent(s): 2c4c0b3

8vcpu invalid instruction

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -530,7 +530,7 @@ try:
530
  col1, col2 = st.columns(2)
531
  with col1:
532
  if 'spinGenMsg' not in st.session_state or st.session_state.spinGenMsg == False:
533
- pass
534
  else:
535
  st.session_state.spinGenMsg = False;
536
  with st.spinner('Generating Completion (but slowly. 40+ seconds.)...'):
 
530
  col1, col2 = st.columns(2)
531
  with col1:
532
  if 'spinGenMsg' not in st.session_state or st.session_state.spinGenMsg == False:
533
+ placeHolder = st.empty()
534
  else:
535
  st.session_state.spinGenMsg = False;
536
  with st.spinner('Generating Completion (but slowly. 40+ seconds.)...'):