saherPervaiz commited on
Commit
d15000a
·
verified ·
1 Parent(s): faf2156

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from groq import Groq
3
 
4
  # Groq API Key (replace with your actual API key)
5
- groq_api_key = "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" # Replace with your Groq API key
6
 
7
  # Initialize Groq client
8
  client = Groq(api_key=groq_api_key)
 
2
  from groq import Groq
3
 
4
  # Groq API Key (replace with your actual API key)
5
+ groq_api_key = "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" # Replace with your Groq API key
6
 
7
  # Initialize Groq client
8
  client = Groq(api_key=groq_api_key)