Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
import requests
|
|
|
|
|
4 |
from groq import Groq
|
5 |
|
6 |
# Set the API key directly or from environment variable
|
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
import requests
|
4 |
+
import os
|
5 |
+
|
6 |
from groq import Groq
|
7 |
|
8 |
# Set the API key directly or from environment variable
|