sethanimesh commited on
Commit
7ed806b
1 Parent(s): c8624a0

fixing typo

Browse files

Incorrect alias name of a library

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import streamlit as staticmethod
2
 
3
  from langchain.chat_models import ChatOpenAI
4
  from langchain.schema import (AIMessage, HumanMessage, SystemMessage)
 
1
+ import streamlit as st
2
 
3
  from langchain.chat_models import ChatOpenAI
4
  from langchain.schema import (AIMessage, HumanMessage, SystemMessage)