-
Notifications
You must be signed in to change notification settings - Fork 16
Description
DEBUG: Sending text message: what is the weather in horseshoe bay,tx (Date: 2025-03-22 | Time: 19:08:15)
2025-03-22 19:08:45.212 Uncaught app execution
Traceback (most recent call last):
File "C:\Users\jedd\Documents\GitHub\JarvisV3-main\venv\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 121, in exec_func_with_error_handling
result = func()
File "C:\Users\jedd\Documents\GitHub\JarvisV3-main\venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 593, in code_to_exec
exec(code, module.dict)
~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\jedd\Documents\GitHub\JarvisV3-main\app.py", line 69, in
st.experimental_rerun() # Update UI immediately
^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'streamlit' has no attribute 'experimental_rerun'. Did you mean: 'experimental_user'?