Skip to content

Commit b158e42

Browse files
authored
Merge pull request llmware-ai#949 from prashant-r-iyer/Notebooks
added link to Streamlit code
2 parents 8e74a66 + e90fb24 commit b158e42

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎examples/Notebooks/NoteBook_Examples/using-slim-q-gen-notebook.ipynb‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@
4848
"NOTE: there is a weekly usage limit on using T4 for free"
4949
]
5050
},
51+
{
52+
"cell_type": "markdown",
53+
"metadata": {},
54+
"source": [
55+
"### Streamlit example"
56+
]
57+
},
58+
{
59+
"cell_type": "markdown",
60+
"metadata": {},
61+
"source": [
62+
"We have an [interactive Streamlit program](https://github.com/llmware-ai/llmware/blob/main/examples/UI/dueling_chatbot.py) for this example in our repository. To run it, navigate to the directory the file is located in, and run `streamlit run dueling_chatbot.py` in a terminal."
63+
]
64+
},
5165
{
5266
"cell_type": "markdown",
5367
"metadata": {},

0 commit comments

Comments
 (0)