sharmavaruncs commited on
Commit
95797a1
·
1 Parent(s): 13d2f72

added newline

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -438,6 +438,7 @@ def process_file(ser_model,tokenizer,gpt_model,gpt_tokenizer):
438
 
439
  # Store the value of emo in the session state
440
  st.session_state.emo = emo
 
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..."):
 
438
 
439
  # Store the value of emo in the session state
440
  st.session_state.emo = emo
441
+
442
  if col1.button(button_label1):
443
  #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)):
444
  with st.spinner("Generating transcriptions in the side pane.Please wait..."):