@madel03
Nothing here yet.
Nothing here yet.
No blogs yet.
Hi Pradip. Thanks for a very clear explanation about this matter. I've followed your instructions but when I run the app it gives me this message: ImportError: cannot import name 'get_initial_message' from 'utils' (C:\Users\Mauricio\Desktop\Python Projects\ChatBot with Streamlit\utils.py) Traceback: File "c:\Users\Mauricio\Desktop\Python Projects\ChatBot with Streamlit.venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script exec(code, module.dict) File "C:\Users\Mauricio\Desktop\Python Projects\ChatBot with Streamlit\chatbot.py", line 4, in <module> from utils import get_initial_message, get_chatgpt_response, update_chat Could you tell me why? Thanks