Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winstxnhdw/simple-chat-ui
A simple chat UI built reluctantly with Streamlit 🤮
https://github.com/winstxnhdw/simple-chat-ui
chat-ui chatbot streamlit
Last synced: 4 months ago
JSON representation
A simple chat UI built reluctantly with Streamlit 🤮
- Host: GitHub
- URL: https://github.com/winstxnhdw/simple-chat-ui
- Owner: winstxnhdw
- Created: 2024-03-02T14:33:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T11:06:07.000Z (4 months ago)
- Last Synced: 2024-10-17T23:44:21.930Z (4 months ago)
- Topics: chat-ui, chatbot, streamlit
- Language: Python
- Homepage:
- Size: 731 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-chat-ui
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)
[![main.yml](https://github.com/winstxnhdw/simple-chat-ui/actions/workflows/main.yml/badge.svg)](https://github.com/winstxnhdw/simple-chat-ui/actions/workflows/main.yml)
[![formatter.yml](https://github.com/winstxnhdw/simple-chat-ui/actions/workflows/formatter.yml/badge.svg)](https://github.com/winstxnhdw/simple-chat-ui/actions/workflows/formatter.yml)
[![dependabot.yml](https://github.com/winstxnhdw/simple-chat-ui/actions/workflows/dependabot.yml/badge.svg)](https://github.com/winstxnhdw/simple-chat-ui/actions/workflows/dependabot.yml)A simple chat UI for [Examplify](https://github.com/winstxnhdw/Examplify), built reluctantly with [Streamlit](https://streamlit.io/) 🤮
## Installation
```bash
poetry install
```## Usage
```bash
streamlit run main.py
```