Spaces:
Running
Running
LaurentTRIPIED
commited on
Commit
•
370c93f
1
Parent(s):
f49dec5
V3_Liste_Map_Stats_ActionsRSE 02
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from organisations_engagees import display_organisations_engagees
|
3 |
from localisation import display_map
|
4 |
from statistiques import main as display_statistics
|
5 |
-
from
|
6 |
|
7 |
# Main function orchestrating the app UI
|
8 |
def main():
|
|
|
2 |
from organisations_engagees import display_organisations_engagees
|
3 |
from localisation import display_map
|
4 |
from statistiques import main as display_statistics
|
5 |
+
from ActionsRSE import display_actions_rse
|
6 |
|
7 |
# Main function orchestrating the app UI
|
8 |
def main():
|