gauri-sharan commited on
Commit
cf7d5e8
·
verified ·
1 Parent(s): 2285a24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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
  """