Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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>
|
|
|
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
|