Spaces:
Sleeping
Sleeping
File size: 656 Bytes
e26e304 d7a5943 70c9ac6 e26e304 70c9ac6 e26e304 286582c e26e304 70c9ac6 e26e304 405d93a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
title: New LS Chatbot App
emoji: π
colorFrom: red
colorTo: red
sdk: streamlit
sdk_version: 1.42.2
app_file: app.py
pinned: false
short_description: AI chatbot for Status.law legal services using Streamlit
---
# LS Chatbot app
It is a chat app built using Streamlit that allows users to interact with an AI model to communicate about www.Status.law
## Project Structure
```
.
βββ app.py
βββ chat_history/
β βββ .gitkeep
βββ vector_store/
β βββ .gitkeep
βββ requirements.txt
```
## Required Directories
- `chat_history/` - Stores chat history JSON files
- `vector_store/` - Stores FAISS vector database
|