Spaces:
Running
Running
metadata
title: AI Chatbot
emoji: 🤖
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: false
license: mit
short_description: A simple AI chatbot built with Gradio
AI Chatbot
A simple conversational AI chatbot built with Gradio. This chatbot can respond to basic greetings and engage in simple conversations.
Features
- Interactive chat interface
- Simple pattern-based responses
- Clean and modern UI
- Easy to use and deploy
How to Use
- Type your message in the text box
- Click "Send" or press Enter
- The chatbot will respond based on your input
- Try saying "hello" or "bye" to see the chatbot in action!
Local Development
To run this chatbot locally:
Install the requirements:
pip install -r requirements.txtRun the application:
python app.pyOpen your browser and go to
http://localhost:7860
Deployment
This app is designed to be deployed on Hugging Face Spaces. Simply push this repository to a Hugging Face Space and it will automatically deploy with Gradio.