Spaces:
Running
Running
Commit
ยท
734baa0
1
Parent(s):
6a2375e
๐ Remove session manage
Browse files
app.py
CHANGED
@@ -26,8 +26,6 @@ for i, suggestion in enumerate(suggestions):
|
|
26 |
st.session_state.input_text = suggestion
|
27 |
st.rerun()
|
28 |
|
29 |
-
st.session_state.input_text = input_text
|
30 |
-
|
31 |
if input_text:
|
32 |
probs_dict = inference.exec(input_text)
|
33 |
|
|
|
26 |
st.session_state.input_text = suggestion
|
27 |
st.rerun()
|
28 |
|
|
|
|
|
29 |
if input_text:
|
30 |
probs_dict = inference.exec(input_text)
|
31 |
|