cryogenic22 commited on
Commit
febd5df
·
verified ·
1 Parent(s): 06a5c5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  import backend
 
3
 
4
  # Streamlit App Interface
5
  def main():
 
1
  import streamlit as st
2
  import backend
3
+ from langchain.schema import HumanMessage, AIMessage
4
 
5
  # Streamlit App Interface
6
  def main():