Votre Nom commited on
Commit
2b4f6ab
·
1 Parent(s): 8fceae3
src/streamlit_app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import streamlit as st
2
  from RAG import answer_question
3
 
 
1
+
2
  import streamlit as st
3
  from RAG import answer_question
4
 
src/{template.py → tem.py} RENAMED
@@ -37,4 +37,4 @@ st.altair_chart(alt.Chart(df, height=700, width=700)
37
  y=alt.Y("y", axis=None),
38
  color=alt.Color("idx", legend=None, scale=alt.Scale()),
39
  size=alt.Size("rand", legend=None, scale=alt.Scale(range=[1, 150])),
40
- ))
 
37
  y=alt.Y("y", axis=None),
38
  color=alt.Color("idx", legend=None, scale=alt.Scale()),
39
  size=alt.Size("rand", legend=None, scale=alt.Scale(range=[1, 150])),
40
+ ))