Sales App
Sales app with interactive charts and real-time data updates
The following is a dashboard to interactively display data some data. It is a good starting point for building more complex apps that require data visualization.
Setup
To run this app locally, install Reflex and run:
reflex init --template dashboard
To run the app, use:
Set the OpenAI API key:
export OPEN_AI_KEY=your-openai-api-key
pip install -r requirements.txt reflex run
Customizing the Inference
Note: You can get your OpenAI API key here.
You can customize the app by modifying the sales/sales/backend/backend.py
file replacing OpenAI's API with that of other LLM providers.
More Templates
View All