Spaces:
Sleeping
Sleeping
Kushwanth Chowday Kandala
commited on
Commit
·
d93e314
1
Parent(s):
54b648a
update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
# from IPython.display import display
|
3 |
# from IPython.display import Markdown
|
|
|
4 |
|
5 |
|
6 |
gemini_api_key = os.getenv("GEMINI_API_KEY")
|
|
|
1 |
import streamlit as st
|
2 |
# from IPython.display import display
|
3 |
# from IPython.display import Markdown
|
4 |
+
import os
|
5 |
|
6 |
|
7 |
gemini_api_key = os.getenv("GEMINI_API_KEY")
|