muhammadsalmanalfaridzi
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with st.sidebar:
|
|
114 |
col1, col2 = st.columns([6, 1])
|
115 |
|
116 |
with col1:
|
117 |
-
st.header(f"RAG over Excel using
|
118 |
|
119 |
with col2:
|
120 |
st.button("Clear ↺", on_click=reset_chat)
|
|
|
114 |
col1, col2 = st.columns([6, 1])
|
115 |
|
116 |
with col1:
|
117 |
+
st.header(f"RAG over Excel using DuckLink 🐥 & Llama-3.3-70B")
|
118 |
|
119 |
with col2:
|
120 |
st.button("Clear ↺", on_click=reset_chat)
|