Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ from langchain.schema import (
|
|
| 16 |
|
| 17 |
# From here down is all the StreamLit UI
|
| 18 |
st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
|
| 19 |
-
st.header("
|
| 20 |
|
| 21 |
|
| 22 |
|
|
@@ -49,7 +49,7 @@ chat = ChatOpenAI(temperature=0)
|
|
| 49 |
|
| 50 |
|
| 51 |
user_input=get_text()
|
| 52 |
-
submit = st.button('
|
| 53 |
|
| 54 |
if submit:
|
| 55 |
|
|
|
|
| 16 |
|
| 17 |
# From here down is all the StreamLit UI
|
| 18 |
st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
|
| 19 |
+
st.header("DIBYAJYOTI'S PERSONAL GPT ASSISTANT")
|
| 20 |
|
| 21 |
|
| 22 |
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
user_input=get_text()
|
| 52 |
+
submit = st.button('CLICK HERE TO GET YOUR RESPONSE')
|
| 53 |
|
| 54 |
if submit:
|
| 55 |
|