Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|