anakin87 commited on
Commit
5b98569
1 Parent(s): 2557fc4

first steps

Browse files
Files changed (4) hide show
  1. pages/app.py +0 -0
  2. pages/info.py +3 -0
  3. requirements.txt +1 -0
  4. streamlit_app.py +0 -0
pages/app.py ADDED
File without changes
pages/info.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.title("Test")
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ farm-haystack[faiss]==1.7.1
streamlit_app.py ADDED
File without changes