pvyas96 commited on
Commit
0a1d6e9
1 Parent(s): 326fc7d

Upload Home.py

Browse files
Files changed (1) hide show
  1. Home.py +3 -0
Home.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.write("Simple RAG application using Langchain and open source LLM models from huggingfaces")