Update app.py
Browse files
app.py
CHANGED
|
@@ -5,9 +5,9 @@ import matplotlib.pyplot as plt
|
|
| 5 |
import gradio as gr
|
| 6 |
from groq import Groq
|
| 7 |
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
client = Groq(api_key=
|
| 11 |
|
| 12 |
def analyze_file(uploaded_file):
|
| 13 |
# Load the file into a pandas DataFrame
|
|
|
|
| 5 |
import gradio as gr
|
| 6 |
from groq import Groq
|
| 7 |
|
| 8 |
+
GROQ_API_KEY = "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"
|
| 9 |
+
|
| 10 |
+
client = Groq(api_key= GROQ_API_KEY)
|
| 11 |
|
| 12 |
def analyze_file(uploaded_file):
|
| 13 |
# Load the file into a pandas DataFrame
|