Improve Streamlit docs (#1025)

This commit is contained in:
Sidharth Mohanty
2023-12-18 18:25:17 +05:30
committed by GitHub
parent db37b2ac15
commit 33dcfe42b5
2 changed files with 89 additions and 90 deletions

View File

@@ -3,7 +3,9 @@ title: '⛓️ Chainlit'
description: 'Integrate with Chainlit to create LLM chat apps'
---
In this example, we will learn how to use Chainlit and Embedchain together
In this example, we will learn how to use Chainlit and Embedchain together.
![chainlit-demo](https://github.com/embedchain/embedchain/assets/73601258/d6635624-5cdb-485b-bfbd-3b7c8f18bfff)
## Setup
@@ -64,5 +66,3 @@ chainlit run app.py
## Try it out
Open the app in your browser and start chatting with it!
![chainlit-demo](https://github.com/embedchain/embedchain/assets/73601258/d6635624-5cdb-485b-bfbd-3b7c8f18bfff)