Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
-
|
|
|
3 |
|
4 |
# App header
|
5 |
st.header("Know Your Medicine")
|
|
|
1 |
import streamlit as st
|
2 |
+
import google.generativeai as genai
|
3 |
+
|
4 |
|
5 |
# App header
|
6 |
st.header("Know Your Medicine")
|