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

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)