Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ nltk.download('vader_lexicon')
|
|
11 |
sia = SentimentIntensityAnalyzer()
|
12 |
|
13 |
# Initialize the Groq client with your API key
|
14 |
-
client = Groq(api_key="
|
15 |
|
16 |
|
17 |
# Define the system message for the model
|
|
|
11 |
sia = SentimentIntensityAnalyzer()
|
12 |
|
13 |
# Initialize the Groq client with your API key
|
14 |
+
client = Groq(api_key="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")
|
15 |
|
16 |
|
17 |
# Define the system message for the model
|