freealise commited on
Commit
7a56171
·
1 Parent(s): 1292d3b

link to dict

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ output_style = st.selectbox(
71
  # User input
72
  sentence = st.text_input('Enter a sentence to analyze:')
73
 
74
- print("<script async src='https://cse.google.com/cse.js?cx=002406fddcc60435c'></script><div class='gcse-search'></div>")
75
 
76
  if sentence:
77
  # Display the input sentence
 
71
  # User input
72
  sentence = st.text_input('Enter a sentence to analyze:')
73
 
74
+ st.markdown("<script async src='https://cse.google.com/cse.js?cx=002406fddcc60435c'></script><div class='gcse-search'></div>", unsafe_allow_html=True)
75
 
76
  if sentence:
77
  # Display the input sentence