├── .streamlit └── config.toml ├── LICENSE ├── Readme.md ├── app_chat.py ├── docs └── gemini-chatbot.gif └── requirements.txt /.streamlit/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilhansevval/Gemini-Chatbot-Interface-with-Streamlit/HEAD/.streamlit/config.toml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilhansevval/Gemini-Chatbot-Interface-with-Streamlit/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilhansevval/Gemini-Chatbot-Interface-with-Streamlit/HEAD/Readme.md -------------------------------------------------------------------------------- /app_chat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilhansevval/Gemini-Chatbot-Interface-with-Streamlit/HEAD/app_chat.py -------------------------------------------------------------------------------- /docs/gemini-chatbot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilhansevval/Gemini-Chatbot-Interface-with-Streamlit/HEAD/docs/gemini-chatbot.gif -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilhansevval/Gemini-Chatbot-Interface-with-Streamlit/HEAD/requirements.txt --------------------------------------------------------------------------------