sales
Sales app with interactive charts and real-time data updates
The following is a sales app that displays sales data. The table tab allows filtering and live updates. The graph tab shows the relationship between sales data.
Setup
To run this app locally, install Reflex and run:
To run the app, use:
Set the OpenAI API key:
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