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

AttributeError: module 'streamlit' has no attribute 'experimental_rerun' #99

Closed
caufieldjh opened this issue Oct 22, 2024 · 2 comments · Fixed by #101
Closed

AttributeError: module 'streamlit' has no attribute 'experimental_rerun' #99

caufieldjh opened this issue Oct 22, 2024 · 2 comments · Fixed by #101

Comments

@caufieldjh
Copy link
Member

c/o @realmarcin:

When I tried to ‘Find evidence’ for a concept I get:

AttributeError: module 'streamlit' has no attribute 'experimental_rerun'
Traceback:

File "/Users/marcin/Documents/VIMSS/ontology/curate-gpt/venv/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
    result = func()
File "/Users/marcin/Documents/VIMSS/ontology/curate-gpt/venv/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
    exec(code, module.__dict__)
File "/Users/marcin/Documents/VIMSS/ontology/curate-gpt/src/curategpt/app/app.py", line 418, in <module>
    st.experimental_rerun()

image

@cmungall
Copy link
Member

cmungall commented Oct 22, 2024 via email

@caufieldjh
Copy link
Member Author

st.experimental_rerun was deprecated in version 1.27.0. Use st.rerun instead.

@caufieldjh caufieldjh linked a pull request Oct 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants