Spaces:
Sleeping
Sleeping
link to dict
Browse files
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 |
-
|
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
|