You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: 'NoneType' object is not callable
Traceback:
File "C:\Users\2021\anaconda3\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 534, in _run_script
exec(code, module.dict)
File "E:\project_LLM\my_project_LLM\Chat with multiple PDFS\app.py", line 114, in
main()
File "E:\project_LLM\my_project_LLM\Chat with multiple PDFS\app.py", line 85, in main
handle_userinput(user_question)
File "E:\project_LLM\my_project_LLM\Chat with multiple PDFS\app.py", line 57, in handle_userinput
response = st.session_state.conversation({'question': user_question})
The text was updated successfully, but these errors were encountered:
TypeError: 'NoneType' object is not callable
Traceback:
File "C:\Users\2021\anaconda3\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 534, in _run_script
exec(code, module.dict)
File "E:\project_LLM\my_project_LLM\Chat with multiple PDFS\app.py", line 114, in
main()
File "E:\project_LLM\my_project_LLM\Chat with multiple PDFS\app.py", line 85, in main
handle_userinput(user_question)
File "E:\project_LLM\my_project_LLM\Chat with multiple PDFS\app.py", line 57, in handle_userinput
response = st.session_state.conversation({'question': user_question})
The text was updated successfully, but these errors were encountered: