Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,11 +27,11 @@ client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|
|
27 |
st.set_page_config(
|
28 |
page_icon="📃",
|
29 |
layout="wide",
|
30 |
-
page_title="Groq
|
31 |
)
|
32 |
|
33 |
# App Title
|
34 |
-
st.title("Groq Chat
|
35 |
|
36 |
# Cache the model fetching function to improve performance
|
37 |
@st.cache_data
|
|
|
27 |
st.set_page_config(
|
28 |
page_icon="📃",
|
29 |
layout="wide",
|
30 |
+
page_title="Groq-powered Chat Bot"
|
31 |
)
|
32 |
|
33 |
# App Title
|
34 |
+
st.title("Groq-powered Chat Bot")
|
35 |
|
36 |
# Cache the model fetching function to improve performance
|
37 |
@st.cache_data
|