garyd1 commited on
Commit
0900847
·
verified ·
1 Parent(s): 6720791

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(page title = "Magical Healer")
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