fix: format JSON and markdown files for consistency

This commit is contained in:
2025-03-25 18:25:36 +00:00
parent 38ba3fa69b
commit 9c0dca7b15
3 changed files with 32 additions and 32 deletions

View File

@@ -29,7 +29,7 @@ graph TD
A[app.py] --> B[OpenAIClient]
B --> C[config.ini]
A --> D[Streamlit Components]
style A fill:#4CAF50
style B fill:#2196F3
style C fill:#FF9800