peterciank commited on
Commit
ed879c1
·
verified ·
1 Parent(s): c488e75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def handle_query(query):
78
 
79
 
80
  # Streamlit app initialization
81
- st.title("🗞️ RAG XP - Experiment 1 - Basic embedding")
82
  st.markdown("Retrieval-Augmented Generation")
83
  st.markdown("Start conversation...")
84
 
 
78
 
79
 
80
  # Streamlit app initialization
81
+ st.title("RAG XP - Experiment 1 - Gemma")
82
  st.markdown("Retrieval-Augmented Generation")
83
  st.markdown("Start conversation...")
84