Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
title: ChatUI Helper
|
| 3 |
emoji: 💬
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.37.0
|
| 8 |
app_file: app.py
|
|
@@ -107,14 +107,6 @@ The application includes comprehensive built-in documentation:
|
|
| 107 |
- **Troubleshooting**: Common issues and solutions
|
| 108 |
- **Additional Resources**: Links to relevant documentation
|
| 109 |
|
| 110 |
-
## 🏗️ Architecture
|
| 111 |
-
|
| 112 |
-
### Core Components
|
| 113 |
-
- **SpaceGenerator**: Handles configuration and package generation
|
| 114 |
-
- **ConfigurationManager**: Manages settings with automatic backups
|
| 115 |
-
- **Support Documentation**: Nested accordion interface for easy navigation
|
| 116 |
-
- **Template System**: String-based templating for code generation
|
| 117 |
-
|
| 118 |
### File Structure
|
| 119 |
```
|
| 120 |
chatui-helper/
|
|
|
|
| 1 |
---
|
| 2 |
title: ChatUI Helper
|
| 3 |
emoji: 💬
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.37.0
|
| 8 |
app_file: app.py
|
|
|
|
| 107 |
- **Troubleshooting**: Common issues and solutions
|
| 108 |
- **Additional Resources**: Links to relevant documentation
|
| 109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
### File Structure
|
| 111 |
```
|
| 112 |
chatui-helper/
|