thisisdev commited on
Commit
e8abd67
·
verified ·
1 Parent(s): 65b8f24

updated configuration

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
 
2
 
3
  st.title("Organization Name Generator!")
4
 
 
1
  import streamlit as st
2
+ import langchain_helper
3
 
4
  st.title("Organization Name Generator!")
5