YashB1 commited on
Commit
6c05492
·
verified ·
1 Parent(s): 33a27eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -12
app.py CHANGED
@@ -11,18 +11,7 @@ from langchain_groq.chat_models import ChatGroq
11
  from streamlit_feedback import streamlit_feedback
12
  from huggingface_hub import HfApi
13
  st.set_page_config(layout="wide")
14
- import streamlit.components.v1 as components
15
-
16
- # Define the CSS style for the sticky sidebar
17
- sticky_css = """
18
- <style>
19
- .sidebar .sidebar-content {
20
- position: sticky;
21
- top: 0;
22
- }
23
- </style>
24
- """
25
- components.html(sticky_css)
26
 
27
  load_dotenv()
28
  Groq_Token = os.environ["GROQ_API_KEY"]
 
11
  from streamlit_feedback import streamlit_feedback
12
  from huggingface_hub import HfApi
13
  st.set_page_config(layout="wide")
14
+
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  load_dotenv()
17
  Groq_Token = os.environ["GROQ_API_KEY"]