drguilhermeapolinario commited on
Commit
db4201b
·
verified ·
1 Parent(s): 125e655

Update views/newchatgroq.py

Browse files
Files changed (1) hide show
  1. 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')