Spaces:
Paused
Paused
- app5_selectbox/evaluation.py +2 -2
- app5_selectbox/evaluation_fac.py +1 -1
- app5_selectbox/subj_inst.py +1 -1
- requirements.txt +0 -1
app5_selectbox/evaluation.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
import plotly.graph_objs as go
|
| 4 |
-
import time
|
| 5 |
import plotly.express as px
|
| 6 |
-
import ast
|
| 7 |
import numpy as np
|
| 8 |
|
| 9 |
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
import plotly.graph_objs as go
|
| 4 |
+
# import time
|
| 5 |
import plotly.express as px
|
| 6 |
+
# import ast
|
| 7 |
import numpy as np
|
| 8 |
|
| 9 |
|
app5_selectbox/evaluation_fac.py
CHANGED
|
@@ -3,7 +3,7 @@ import pandas as pd
|
|
| 3 |
import plotly.graph_objs as go
|
| 4 |
import time
|
| 5 |
import plotly.express as px
|
| 6 |
-
import ast
|
| 7 |
import numpy as np
|
| 8 |
|
| 9 |
from app5_selectbox.database_con import cursor, db_connection
|
|
|
|
| 3 |
import plotly.graph_objs as go
|
| 4 |
import time
|
| 5 |
import plotly.express as px
|
| 6 |
+
# import ast
|
| 7 |
import numpy as np
|
| 8 |
|
| 9 |
from app5_selectbox.database_con import cursor, db_connection
|
app5_selectbox/subj_inst.py
CHANGED
|
@@ -4,7 +4,7 @@ import pandas as pd
|
|
| 4 |
from app5_selectbox.database_con import cursor, db_connection
|
| 5 |
from app5_selectbox.app5_selectbox_func import display_table, generate_unique_4
|
| 6 |
import time
|
| 7 |
-
import ast
|
| 8 |
|
| 9 |
# db_connection.disconnect()
|
| 10 |
|
|
|
|
| 4 |
from app5_selectbox.database_con import cursor, db_connection
|
| 5 |
from app5_selectbox.app5_selectbox_func import display_table, generate_unique_4
|
| 6 |
import time
|
| 7 |
+
# import ast
|
| 8 |
|
| 9 |
# db_connection.disconnect()
|
| 10 |
|
requirements.txt
CHANGED
|
@@ -8,7 +8,6 @@ gspread
|
|
| 8 |
hydralit_components
|
| 9 |
numpy
|
| 10 |
wordcloud
|
| 11 |
-
PIL
|
| 12 |
ast
|
| 13 |
transformers
|
| 14 |
sklearn
|
|
|
|
| 8 |
hydralit_components
|
| 9 |
numpy
|
| 10 |
wordcloud
|
|
|
|
| 11 |
ast
|
| 12 |
transformers
|
| 13 |
sklearn
|