Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Se puede sustituir checkbox por un botón utilizando session_state #6

Open
Rchatru opened this issue Jun 13, 2022 · 0 comments
Open
Assignees
Labels
effort: 1 Relative effort to complete an issue or pull request priority: x-day The immediacy of attention required state: pending Decision state of the issue or pull request type: chore Type of issue or pull request work: obvious Kind of work involved in resolving the issue

Comments

@Rchatru
Copy link
Owner

Rchatru commented Jun 13, 2022

Seguir la misma lógica empleada en el botón Predict:

if st.button('Predict !',key='button_test') or st.session_state.predict_button:
        st.session_state.predict_button = True

Comprobar si todo sigue funcionando correctamente. Especialmente el cache

https://github.com/Rchatru/TEA-WebApp/blob/010314841bed09e50db117c5da7b129ce7334363/pages/3_✅_Predict.py#L141-L142

@Rchatru Rchatru self-assigned this Jun 13, 2022
@Rchatru Rchatru added priority: x-day The immediacy of attention required effort: 1 Relative effort to complete an issue or pull request type: chore Type of issue or pull request state: pending Decision state of the issue or pull request work: obvious Kind of work involved in resolving the issue and removed enhancement labels Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: 1 Relative effort to complete an issue or pull request priority: x-day The immediacy of attention required state: pending Decision state of the issue or pull request type: chore Type of issue or pull request work: obvious Kind of work involved in resolving the issue
Projects
None yet
Development

No branches or pull requests

1 participant