Spaces:
Runtime error
Runtime error
mend
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ def main():
|
|
248 |
)
|
249 |
# Search bar
|
250 |
statement = st.text_input(
|
251 |
-
"",
|
252 |
)
|
253 |
st.markdown("<style>.stButton button {width:100%;}</style>", unsafe_allow_html=True)
|
254 |
|
|
|
248 |
)
|
249 |
# Search bar
|
250 |
statement = st.text_input(
|
251 |
+
"", max_chars=100, on_change=reset_results
|
252 |
)
|
253 |
st.markdown("<style>.stButton button {width:100%;}</style>", unsafe_allow_html=True)
|
254 |
|