File size: 786 Bytes
a1d1228 c73e5c3 | 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 26 27 28 29 30 31 32 33 34 35 | ---
title: Interdependence Analysis
emoji: 🔗
colorFrom: blue
colorTo: green
sdk: docker
app_file: python_dash_IA.py
pinned: false
---
# Interdependence Analysis — Dash App (Hugging Face Space)
- Framework: Plotly Dash
- Hosting: Hugging Face Spaces (Docker)
- Usage: Upload your CSV to visualize/edit parameters in-session. No server-side storage.
## Run locally
```bash
pip install -r requirements.txt
python python_dash_IA.py
```
Open your browser at http://localhost:8050
Required files:
- `Dockerfile` - Docker configuration
- `requirements.txt` - Python dependencies
- `python_dash_IA.py` - Main application
- `table_hat_game.csv` - Data file
- `assets/styles.css` - Styling
Optional:
- `README.md` - Documentation
- `.dockerignore` - Files to exclude from Docker build |