This code provides an example of a simple page built in Streamlit to integrate HugginFace's LLMs. Required libraries: streamlit, hugchat
Run the code in the terminal, using the following command: streamlit run {.py_file_location}/simple_streamlit_interface_for_AI_chatbot.py
My example: streamlit run c:/Users/bbnfa/Python_bgdn/AI_chatbot/simple_streamlit_interface_for_AI_chatbot.py

