Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,11 @@ col4.metric("Confiance IA", "98.4%")
|
|
| 96 |
st.markdown("---")
|
| 97 |
|
| 98 |
# --- NAVIGATION PAR ONGLETS (STYLE PALANTIR) ---
|
| 99 |
-
tab_ingestion,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
|
| 101 |
# --- TAB 1: INGESTION ---
|
| 102 |
with tab_ingestion:
|
|
|
|
| 96 |
st.markdown("---")
|
| 97 |
|
| 98 |
# --- NAVIGATION PAR ONGLETS (STYLE PALANTIR) ---
|
| 99 |
+
tab_ingestion, tab_entities, tab_visualisation = st.tabs([
|
| 100 |
+
"INGESTION & OCR",
|
| 101 |
+
"ENTITÉS & RELATIONS",
|
| 102 |
+
"VISUALISATION GRAPHE"
|
| 103 |
+
])
|
| 104 |
|
| 105 |
# --- TAB 1: INGESTION ---
|
| 106 |
with tab_ingestion:
|