aks1981 commited on
Commit
d527a9f
·
verified ·
1 Parent(s): ee18857

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import streamlit as st
2
- from streamlit_extras.add_vertical_space import add_vertical_space
3
 
4
 
5
  # Sidebar contents
@@ -15,10 +14,8 @@ with st.sidebar:
15
 
16
  """
17
  )
18
- add_vertical_space(5)
19
  st.write("By RTRS Datalake team")
20
 
21
- from oracle_langchain_helper import get_few_shot_db_chain
22
  st.title("SiffyLab 💬")
23
 
24
  question = st.text_input("Question: ")
 
1
  import streamlit as st
 
2
 
3
 
4
  # Sidebar contents
 
14
 
15
  """
16
  )
 
17
  st.write("By RTRS Datalake team")
18
 
 
19
  st.title("SiffyLab 💬")
20
 
21
  question = st.text_input("Question: ")