akhilhsingh commited on
Commit
642f827
1 Parent(s): 8d4cb4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ else:
36
  query_engine = index.as_query_engine()
37
 
38
  # Streamlit app
39
- st.title("Conversational Medical Chat Assistant")
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