Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import streamlit as st
|
3 |
from groq import Groq
|
4 |
from dotenv import load_dotenv
|
5 |
-
|
6 |
|
7 |
def make_call(api):
|
8 |
"""Calls the Groq API (assuming API key auth) and handles potential errors."""
|
|
|
2 |
import streamlit as st
|
3 |
from groq import Groq
|
4 |
from dotenv import load_dotenv
|
5 |
+
load_dotenv()
|
6 |
|
7 |
def make_call(api):
|
8 |
"""Calls the Groq API (assuming API key auth) and handles potential errors."""
|