sharmavaruncs commited on
Commit
ec0da2b
·
1 Parent(s): a71ad3a

corrected text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -434,7 +434,7 @@ def process_file(ser_model,tokenizer,gpt_model,gpt_tokenizer):
434
  # Store the value of emo in the session state
435
  st.session_state.emo = emo
436
  if st.button(button_label):
437
- with st.spinner(st.markdown("<p style='font-size: 16px; font-weight: bold;'>Generating tips (it may take upto 3-4 mins depending upon network speed). Please wait...</p>", unsafe_allow_html=True)):
438
  # Retrieve prompt from the emotion
439
  emo = st.session_state.emo
440
  # Call the function for GENAI
 
434
  # Store the value of emo in the session state
435
  st.session_state.emo = emo
436
  if st.button(button_label):
437
+ with st.spinner(st.markdown("<p style='font-size: 16px; font-weight: bold;'>Generating tips (it may take upto 3-4 mins depending upon the Network speed). Please wait...</p>", unsafe_allow_html=True)):
438
  # Retrieve prompt from the emotion
439
  emo = st.session_state.emo
440
  # Call the function for GENAI