Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,11 +4,11 @@ import requests
|
|
4 |
import os
|
5 |
from groq import Groq
|
6 |
|
7 |
-
|
8 |
-
|
9 |
|
10 |
# Initialize the Groq client
|
11 |
-
client = Groq(api_key=
|
12 |
|
13 |
# Function to load and preprocess data
|
14 |
@st.cache_data
|
|
|
4 |
import os
|
5 |
from groq import Groq
|
6 |
|
7 |
+
from google.colab import userdata
|
8 |
+
api=userdata.get('demo')
|
9 |
|
10 |
# Initialize the Groq client
|
11 |
+
client = Groq(api_key=api)
|
12 |
|
13 |
# Function to load and preprocess data
|
14 |
@st.cache_data
|