NEXAS commited on
Commit
99fef9f
β€’
1 Parent(s): f322558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ llm = ChatGroq(temperature=0, model_name="llama3-70b-8192")
58
  #llm = ChatOpenAI(model_name='gpt-4-0125-preview')
59
 
60
  st.markdown("<h1 style='text-align: center;'>InfoVoyager πŸ“ˆ</h1>", unsafe_allow_html=True)
61
- st.text('Crafting Insights from Data with Llama3-70b via GROQ')
62
 
63
  col1, col2, col3 = st.columns(3)
64
  with col2:
 
58
  #llm = ChatOpenAI(model_name='gpt-4-0125-preview')
59
 
60
  st.markdown("<h1 style='text-align: center;'>InfoVoyager πŸ“ˆ</h1>", unsafe_allow_html=True)
61
+ st.text(' Crafting Insights from Data with Llama3-70b via GROQ ')
62
 
63
  col1, col2, col3 = st.columns(3)
64
  with col2: