Skip to content

Commit 2b6721f

Browse files
update Application Structure
1 parent c8a55dc commit 2b6721f

File tree

1 file changed

+8
-4
lines changed
  • trusted-ai/runtime-evaluations/real-time-guardrails

1 file changed

+8
-4
lines changed

trusted-ai/runtime-evaluations/real-time-guardrails/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,17 @@ real-time-guardrails/
123123
├── app.py # Main Dash application
124124
├── app-config.properties # UI configuration
125125
├── requirements.txt # Python dependencies
126-
├── .env # Environment variables (credentials)
126+
├── .env # Environment variables (NOT committed to GitHub)
127+
├── .gitignore # Git ignore rules
127128
├── README.md # This file
128-
└── assets/
129-
├── customStyles.css # Custom styling
130-
└── logo.png # Logo image
129+
├── assets/
130+
│ └── customStyles.css # Custom CSS styling
131+
└── images/
132+
└── Guardrails vs monitoring.png # Documentation image
131133
```
132134

135+
**Note**: The `.env` file contains sensitive credentials and is excluded from version control via `.gitignore`. You must create your own `.env` file locally following the setup instructions.
136+
133137
## Key Components
134138

135139
### Metrics Categories

0 commit comments

Comments
 (0)