Skip to content

Commit f2a07e3

Browse files
committed
Added links to stremalit live demos
1 parent 8ecb6a8 commit f2a07e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorial/markdown/python/streamlit/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ length: 30 Mins
1919
---
2020

2121

22-
# Couchbase Connector for Streamlit
22+
# [Couchbase Connector for Streamlit](https://couchbase-st-tutorial.streamlit.app/)
2323

2424
## 1. Introduction
2525
This project provides a seamless integration between Streamlit and Couchbase, allowing developers to interact with Couchbase databases effortlessly. It enables users to fetch, insert, update, and delete data within Streamlit applications without needing to switch between different SDKs, enhancing the overall development experience.
@@ -32,6 +32,7 @@ pip install -r requirements.txt
3232
pip install plotly geopy numpy
3333
streamlit run src/Demo.py
3434
```
35+
Or you can jave a look at it through this link [Demo App](https://couchbase-connector-demo-app.streamlit.app/)
3536

3637
## 2. Prerequisites
3738
### System Requirements

0 commit comments

Comments
 (0)