Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import streamlit as st
|
3 |
import pandas as pd
|
4 |
import requests
|
5 |
-
from groq import Groq
|
6 |
|
7 |
# Fetch the GROQ API key from the environment variable
|
8 |
groq_api_key = os.getenv("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")
|
|
|
2 |
import streamlit as st
|
3 |
import pandas as pd
|
4 |
import requests
|
5 |
+
# from groq import Groq
|
6 |
|
7 |
# Fetch the GROQ API key from the environment variable
|
8 |
groq_api_key = os.getenv("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")
|