klydekushy commited on
Commit
4de725f
·
verified ·
1 Parent(s): eee152b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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, tab_intelligence = st.tabs(["INGESTION & OCR", "ENTITES & RELATIONS","VISUALISATION GRAPHE"])
 
 
 
 
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: