Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
4e34c61
1
Parent(s):
43b391c
Update app.py
Browse filesAdded import json
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import time
|
|
|
3 |
import pandas as pd
|
4 |
import plotly.express as px
|
5 |
import plotly.graph_objects as go
|
@@ -15,6 +16,7 @@ from utils import retroalimentacion
|
|
15 |
from streamlit_lottie import st_lottie
|
16 |
import requests
|
17 |
|
|
|
18 |
# Page configuration
|
19 |
st.set_page_config(page_title="DeepInsightz", page_icon=":bar_chart:", layout="wide")
|
20 |
|
|
|
1 |
import streamlit as st
|
2 |
import time
|
3 |
+
import json
|
4 |
import pandas as pd
|
5 |
import plotly.express as px
|
6 |
import plotly.graph_objects as go
|
|
|
16 |
from streamlit_lottie import st_lottie
|
17 |
import requests
|
18 |
|
19 |
+
|
20 |
# Page configuration
|
21 |
st.set_page_config(page_title="DeepInsightz", page_icon=":bar_chart:", layout="wide")
|
22 |
|