Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,6 @@ import yfinance as yf
|
|
5 |
# Initialize the ChatGroq model
|
6 |
llm = ChatGroq(model_name="Llama3-8b-8192", api_key="groq_api_key")
|
7 |
|
8 |
-
# Set the page configuration for Streamlit
|
9 |
-
st.set_page_config(page_title="Stock Chatbot", page_icon="📈")
|
10 |
-
|
11 |
# Custom CSS for dark blue theme
|
12 |
st.markdown(
|
13 |
"""
|
|
|
5 |
# Initialize the ChatGroq model
|
6 |
llm = ChatGroq(model_name="Llama3-8b-8192", api_key="groq_api_key")
|
7 |
|
|
|
|
|
|
|
8 |
# Custom CSS for dark blue theme
|
9 |
st.markdown(
|
10 |
"""
|