File size: 283 Bytes
d91766b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# Streamlit

Diffulex includes a sample Streamlit frontend for chatting with the HTTP server:

```bash
streamlit run examples/streamlit_block_append_chat.py -- --base-url http://localhost:8000
```

This frontend talks to the server API and is meant for local interactive validation.