Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,8 +4,9 @@ import gradio as gr
|
|
| 4 |
import plotly.express as px
|
| 5 |
from groq import Groq
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
|
| 10 |
# Function to read and process the dataset
|
| 11 |
def process_traffic_data(csv_file):
|
|
|
|
| 4 |
import plotly.express as px
|
| 5 |
from groq import Groq
|
| 6 |
|
| 7 |
+
GROQ_API_KEY ="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"
|
| 8 |
+
|
| 9 |
+
client = Groq(api_key=GROQ_API_KEY)
|
| 10 |
|
| 11 |
# Function to read and process the dataset
|
| 12 |
def process_traffic_data(csv_file):
|