Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,4 @@
|
|
1 |
|
2 |
-
### Health Management APP
|
3 |
-
from dotenv import load_dotenv #to get the key
|
4 |
-
|
5 |
-
load_dotenv() ## load all the environment variables
|
6 |
-
|
7 |
import streamlit as st
|
8 |
import os
|
9 |
import google.generativeai as genai
|
|
|
1 |
|
|
|
|
|
|
|
|
|
|
|
2 |
import streamlit as st
|
3 |
import os
|
4 |
import google.generativeai as genai
|