Spaces:
Running
Running
Update pages/groq.py
Browse files- 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",
|
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"],
|