broadfield commited on
Commit
8dcf732
·
verified ·
1 Parent(s): 9472a27

Adding file test: ./README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -1,12 +1,20 @@
1
- ---
2
- title: Test1
3
- emoji: 📉
4
- colorFrom: purple
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 5.9.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
1
+ # Basic Chatbot Space
2
+
3
+ Welcome to the Basic Chatbot Space on Hugging Face! This space provides a simple chatbot implementation to demonstrate how to build and deploy chatbots on Hugging Face Spaces.
4
+
5
+ ## Features
6
+ - **User Interaction**: Engage with a basic conversational agent.
7
+ - **Hugging Face Integration**: Utilizes Hugging Face models for natural language understanding.
8
+
9
+ ## How to Use
10
+ 1. **Open the Space**: Click on the "Open" button to launch the chat interface.
11
+ 2. **Interact with the Chatbot**: Type your messages in the chat window to receive responses from the bot.
12
+
13
+ ## Technical Details
14
+ - **Programming Language**: Python
15
+ - **Framework**: Gradio for building the web interface
16
+ - **Model**: Hugging Face pre-trained models for conversational responses
17
+
18
+ ## Credits
19
+ - **Hugging Face**: For providing the pre-trained models and the Spaces platform.
20
+ - **Gradio**: For simplifying the creation of web-based interfaces.