Spaces:
Running
Running
Update views/newchatgroq.py
Browse files- views/newchatgroq.py +1 -0
views/newchatgroq.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
from typing import Generator
|
3 |
|
4 |
import streamlit as st
|
|
|
5 |
from groq import Groq
|
6 |
|
7 |
my_secret = os.getenv('GROQ_API_KEY')
|
|
|
2 |
from typing import Generator
|
3 |
|
4 |
import streamlit as st
|
5 |
+
from streamlit_extras.stylable_container import stylable_container
|
6 |
from groq import Groq
|
7 |
|
8 |
my_secret = os.getenv('GROQ_API_KEY')
|