Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ def handle_query(query):
|
|
| 78 |
|
| 79 |
|
| 80 |
# Streamlit app initialization
|
| 81 |
-
st.title("
|
| 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 |
|