Spaces:
Sleeping
Sleeping
Update api.py
Browse files
api.py
CHANGED
@@ -18,7 +18,7 @@ logger = logging.getLogger(__name__)
|
|
18 |
# Initialize FastAPI app
|
19 |
app = FastAPI(
|
20 |
title="NegaBot API",
|
21 |
-
description="
|
22 |
version="1.0.0"
|
23 |
)
|
24 |
|
|
|
18 |
# Initialize FastAPI app
|
19 |
app = FastAPI(
|
20 |
title="NegaBot API",
|
21 |
+
description="NegaBot is a complete sentiment analysis solution that detects positive and negative sentiment in tweets, particularly focusing on product criticism detection. Built with FastAPI, Streamlit, and the powerful jatinmehra/NegaBot-Product-Criticism-Catcher model.",
|
22 |
version="1.0.0"
|
23 |
)
|
24 |
|