samiee2213 commited on
Commit
9e450f1
1 Parent(s): afcf9a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ warnings.filterwarnings("ignore", category=DeprecationWarning)
21
  # Load environment variables
22
  load_dotenv()
23
  st.set_page_config(page_title="MindMate", layout="wide", initial_sidebar_state="expanded")
24
-
25
  # CSS styles
26
  css = '''
27
  <style>
 
21
  # Load environment variables
22
  load_dotenv()
23
  st.set_page_config(page_title="MindMate", layout="wide", initial_sidebar_state="expanded")
24
+ api_key = "AIzaSyCYKhYSpmg9vjUVhrf3nZjEBxl07-rnWes"
25
  # CSS styles
26
  css = '''
27
  <style>