Spaces:
Running
Running
File size: 888 Bytes
9fc172b 5e53674 d586eea 5e53674 9fc172b 0d9474a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
title: Finacial Assistance
emoji: π
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 5.36.2
app_file: app.py
pinned: false
license: apache-2.0
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
## Repository layout
The prototype is now organized into lightweight layers to keep responsibilities clear even in a demo setting:
- `application/` β orchestration services that combine prompts with infrastructure adapters.
- `infrastructure/` β clients for external APIs and market data providers (Featherless, Coinlore, etc.).
- `presentation/` β Gradio components, dashboards, and CSS themes displayed in the Space UI.
- `domain/` β placeholder for future data models specific to the investment analytics domain.
`app.py` wires these pieces together to expose the multi-tab Gradio experience on Hugging Face Spaces.
|