saherPervaiz commited on
Commit
b2dbcaf
·
verified ·
1 Parent(s): b382f24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -6,9 +6,6 @@ from groq import Groq
6
  # Set the GROQ API key from environment variable
7
  groq_api_key = os.getenv("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") # Make sure the GROQ API key is set in your environment
8
 
9
- # Initialize the GROQ client
10
- groq_client = Groq(api_key=groq_api_key)
11
-
12
  # Function to load and preprocess data
13
  @st.cache_data
14
  def load_data(file):
 
6
  # Set the GROQ API key from environment variable
7
  groq_api_key = os.getenv("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") # Make sure the GROQ API key is set in your environment
8
 
 
 
 
9
  # Function to load and preprocess data
10
  @st.cache_data
11
  def load_data(file):