Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -98,8 +98,9 @@ st.markdown("""
|
|
98 |
/* Ensure text areas in sidebar maintain styling */
|
99 |
[data-testid="stSidebar"] .stTextArea textarea {
|
100 |
background-color: #2fab1a !important;
|
101 |
-
color:
|
102 |
}
|
|
|
103 |
</style>
|
104 |
""", unsafe_allow_html=True)
|
105 |
|
@@ -183,7 +184,7 @@ llm = ChatGroq(
|
|
183 |
timeout=None,
|
184 |
max_retries=2,
|
185 |
temperature=0.7,
|
186 |
-
model="llama-3.
|
187 |
)
|
188 |
|
189 |
embeddings = HuggingFaceEmbeddings()
|
|
|
98 |
/* Ensure text areas in sidebar maintain styling */
|
99 |
[data-testid="stSidebar"] .stTextArea textarea {
|
100 |
background-color: #2fab1a !important;
|
101 |
+
color: black !important;
|
102 |
}
|
103 |
+
|
104 |
</style>
|
105 |
""", unsafe_allow_html=True)
|
106 |
|
|
|
184 |
timeout=None,
|
185 |
max_retries=2,
|
186 |
temperature=0.7,
|
187 |
+
model="llama-3.3-70b-versatile"
|
188 |
)
|
189 |
|
190 |
embeddings = HuggingFaceEmbeddings()
|