cd14 commited on
Commit
78635ca
·
1 Parent(s): 7fa4ab9

updated email extractor

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -542,7 +542,7 @@ if st.session_state.get('button') == True:
542
  "Shorten the subject line",
543
  "Replace technical terms with simpler language"],
544
  None)
545
- st.markdown('preference: {}, len preference: '.format(preference, len(preference)),unsafe_allow_html=True)
546
  st.markdown('options: {}'.format(options),unsafe_allow_html=True)
547
 
548
 
 
542
  "Shorten the subject line",
543
  "Replace technical terms with simpler language"],
544
  None)
545
+ # st.markdown('preference: {}, len preference: '.format(preference, len(preference)),unsafe_allow_html=True)
546
  st.markdown('options: {}'.format(options),unsafe_allow_html=True)
547
 
548