anmolsahai commited on
Commit
c8891d8
1 Parent(s): 1dd0ce9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from combined_pipeline import pipeline, model_names
3
 
4
  st.title("Canarie AI Prototype")
5
  st.subheader("Finding the canarie in the coal mine")
 
1
  import streamlit as st
2
+ from langchain_pipeline import pipeline, model_names
3
 
4
  st.title("Canarie AI Prototype")
5
  st.subheader("Finding the canarie in the coal mine")