Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ else:
|
|
36 |
query_engine = index.as_query_engine()
|
37 |
|
38 |
# Streamlit app
|
39 |
-
st.title("
|
40 |
|
41 |
def get_medical_llm_response(query):
|
42 |
# Generate response from the specialized medical LLM
|
|
|
36 |
query_engine = index.as_query_engine()
|
37 |
|
38 |
# Streamlit app
|
39 |
+
st.title("RAG-Based Homeopathic Chat Assistant")
|
40 |
|
41 |
def get_medical_llm_response(query):
|
42 |
# Generate response from the specialized medical LLM
|