Shad0ws commited on
Commit
528f7a7
1 Parent(s): 6d54c3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,7 +21,8 @@ def clear_submit():
21
  def set_openai_api_key(api_key: str):
22
  st.session_state["OPENAI_API_KEY"] = api_key
23
 
24
- st.markdown('<h1>File GPT </h1>', unsafe_allow_html=True)
 
25
 
26
  # Sidebar
27
  index = None
 
21
  def set_openai_api_key(api_key: str):
22
  st.session_state["OPENAI_API_KEY"] = api_key
23
 
24
+ st.markdown('<h1>Chat with your Files </h1>', unsafe_allow_html=True)
25
+ st.markdown('<h1>Developed with LangChain and OpenAI Embeddings </h1>', unsafe_allow_html=True)
26
 
27
  # Sidebar
28
  index = None