Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from langchain_google_genai import ChatGoogleGenerativeAI
|
|
| 10 |
from langchain.schema import HumanMessage, SystemMessage, AIMessage
|
| 11 |
|
| 12 |
#First message that will pop on the screen
|
| 13 |
-
st.set_page_config(
|
| 14 |
st.header("Welcome, How can I help you?")
|
| 15 |
|
| 16 |
#General Instruction
|
|
|
|
| 10 |
from langchain.schema import HumanMessage, SystemMessage, AIMessage
|
| 11 |
|
| 12 |
#First message that will pop on the screen
|
| 13 |
+
st.set_page_config(page_title = "Magical Healer")
|
| 14 |
st.header("Welcome, How can I help you?")
|
| 15 |
|
| 16 |
#General Instruction
|