Skip to content

Latest commit

 

History

History

deploy_streamlit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Startup Idea Generator App

This is the code companion for the LLMU chapter: Deploying with Streamlit

This example demonstrated how, using Cohere and Streamlit, you can quickly create a basic prototype of an LLM application.

Before running the app, make sure to install the required dependencies:

$ pip install -r requirements.txt

To run the app, enter:

$ streamlit run app.py