kartik2627 commited on
Commit
1a393e7
·
verified ·
1 Parent(s): 1251e42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ st.set_page_config(page_title="Magical Healer")
15
  st.header("Welcome! What help do you need?")
16
 
17
  # Configuring the API key
18
- os.environ["GOOGLE_API_KEY"] = keyfile.GOOGLEKEY
19
 
20
  # General instructions
21
  if "sessionMessages" not in st.session_state:
 
15
  st.header("Welcome! What help do you need?")
16
 
17
  # Configuring the API key
18
+ os.environ["GOOGLE_API_KEY"] = keyfile.Googlekey
19
 
20
  # General instructions
21
  if "sessionMessages" not in st.session_state: