Spaces:
Sleeping
Sleeping
anmolsahai
commited on
Commit
•
c8891d8
1
Parent(s):
1dd0ce9
file
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
from
|
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")
|