drguilhermeapolinario commited on
Commit
3df5b6b
·
verified ·
1 Parent(s): c8d488a

Update pages/groq.py

Browse files
Files changed (1) hide show
  1. pages/groq.py +1 -1
pages/groq.py CHANGED
@@ -14,7 +14,7 @@ def icon(emoji: str):
14
 
15
  icon("🏎️")
16
 
17
- st.subheader("Aplicativo Groq Chat Streamlit", divider="arco-íris", anchor=False)
18
 
19
  client = Groq(
20
  api_key=st.secrets["GROQ_API_KEY"],
 
14
 
15
  icon("🏎️")
16
 
17
+ st.subheader("Aplicativo Groq Chat Streamlit", anchor=False)
18
 
19
  client = Groq(
20
  api_key=st.secrets["GROQ_API_KEY"],