Gros refactoring

This commit is contained in:
François Pelletier 2024-12-31 21:01:12 -05:00
parent 4a6bfc951f
commit dd22432b48
12 changed files with 18 additions and 18 deletions

View file

@ -4,7 +4,7 @@
# Ce script fonctionne sur macOS et Linux
# Définir l'adresse du backend
export FABRIQUEDOC_ENDPOINT="http://localhost:8000"
export FABRIQUEDOC_ENDPOINT="http://localhost:8080"
# Vérifier si Streamlit est installé
if ! command -v streamlit &> /dev/null; then