Upload README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🤖 Tap Bot – AI Chatbot App
|
2 |
|
3 |
Welcome to **Tap Bot**, a simple AI chatbot app built with FastAPI and deployed for free using **Deta Space**. This project serves a static HTML/CSS/JS frontend and handles backend chat requests via an API endpoint.
|
|
|
1 |
+
---
|
2 |
+
title: Tap Bot
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: purple
|
6 |
+
sdk: static
|
7 |
+
sdk_version: "0.95.2"
|
8 |
+
app_file: main.py
|
9 |
+
pinned: true
|
10 |
+
---
|
11 |
+
|
12 |
# 🤖 Tap Bot – AI Chatbot App
|
13 |
|
14 |
Welcome to **Tap Bot**, a simple AI chatbot app built with FastAPI and deployed for free using **Deta Space**. This project serves a static HTML/CSS/JS frontend and handles backend chat requests via an API endpoint.
|