├── .gitignore ├── AI_Chatbot.png ├── LICENSE ├── README.md ├── app.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/Dify-Streamlit-Chat-App/HEAD/.gitignore -------------------------------------------------------------------------------- /AI_Chatbot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/Dify-Streamlit-Chat-App/HEAD/AI_Chatbot.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/Dify-Streamlit-Chat-App/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/Dify-Streamlit-Chat-App/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/Dify-Streamlit-Chat-App/HEAD/app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | streamlit 2 | requests --------------------------------------------------------------------------------