Ilyas KHIAT
commited on
Commit
·
46e0ad2
1
Parent(s):
f7e2788
fix
Browse files- high_chart.py +0 -3
- requirements.txt +1 -0
high_chart.py
CHANGED
@@ -190,9 +190,6 @@ def test_chart():
|
|
190 |
chart = hct.streamlit_highcharts(cd2,640) #640 is the chart height
|
191 |
# if chart:
|
192 |
# st.session_state['pp_grouped'] = chart
|
193 |
-
|
194 |
-
|
195 |
-
st.write(chart)
|
196 |
if st.session_state['save']:
|
197 |
st.session_state['save'] = False
|
198 |
st.session_state['pp_grouped'] = chart.copy()
|
|
|
190 |
chart = hct.streamlit_highcharts(cd2,640) #640 is the chart height
|
191 |
# if chart:
|
192 |
# st.session_state['pp_grouped'] = chart
|
|
|
|
|
|
|
193 |
if st.session_state['save']:
|
194 |
st.session_state['save'] = False
|
195 |
st.session_state['pp_grouped'] = chart.copy()
|
requirements.txt
CHANGED
@@ -18,6 +18,7 @@ langchain
|
|
18 |
huggingface-hub
|
19 |
streamlit
|
20 |
PyPDF2
|
|
|
21 |
tiktoken
|
22 |
openai
|
23 |
InstructorEmbedding
|
|
|
18 |
huggingface-hub
|
19 |
streamlit
|
20 |
PyPDF2
|
21 |
+
pypdf
|
22 |
tiktoken
|
23 |
openai
|
24 |
InstructorEmbedding
|