dromerosm commited on
Commit
7ff30a6
·
verified ·
1 Parent(s): 11ffdfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 & LLaMA3x Chat Bot"
31
  )
32
 
33
  # App Title
34
- st.title("Groq Chat with LLaMA3x")
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