Spaces:
Runtime error
Runtime error
updated email extractor
Browse files
.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 |
|