Skip to content

Commit e769916

Browse files
committed
remove single_submit
1 parent 802016f commit e769916

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ if st.session_state.logged_prompt:
108108
model=st.session_state.logged_prompt.config_model.model,
109109
prompt_id=st.session_state.logged_prompt.id,
110110
align="flex-start",
111-
single_submit=False
112111
)
113112
```
114113

docs/integrations/streamlit.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ if st.session_state.logged_prompt:
9090
model=st.session_state.logged_prompt.config_model.model,
9191
prompt_id=st.session_state.logged_prompt.id,
9292
align="flex-start",
93-
single_submit=False
9493
)
9594
```
9695

examples/streamlit/titanic_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def init_trubrics():
6262
open_feedback_label="[Optional] Provide additional feedback",
6363
metadata=metadata,
6464
align="flex-start",
65-
single_submit=False,
6665
)
6766
if feedback:
6867
trubrics_successful_feedback(feedback)

0 commit comments

Comments
 (0)