sharmavaruncs commited on
Commit
99cbb54
·
1 Parent(s): aec79b4

corrected message for button1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -440,7 +440,7 @@ def process_file(ser_model,tokenizer,gpt_model,gpt_tokenizer):
440
 
441
  if col1.button(button_label1):
442
  #with st.spinner(st.markdown("<p style='font-size: 16px; font-weight: bold;'>Generating tips (it may take upto 2-3 mins). Please wait...</p>", unsafe_allow_html=True)):
443
- with st.spinner("Generating transcriptions in the side pane. Please wait..."):
444
  # Retrieve prompt from the emotion
445
  emo = st.session_state.emo
446
  # Call the function for GENAI
 
440
 
441
  if col1.button(button_label1):
442
  #with st.spinner(st.markdown("<p style='font-size: 16px; font-weight: bold;'>Generating tips (it may take upto 2-3 mins). Please wait...</p>", unsafe_allow_html=True)):
443
+ with st.spinner("Generating tips (it may take upto 2-3 mins). Please wait..."):
444
  # Retrieve prompt from the emotion
445
  emo = st.session_state.emo
446
  # Call the function for GENAI