Spaces:
Sleeping
Sleeping
Kushwanth Chowday Kandala
commited on
Commit
·
54b648a
1
Parent(s):
3b76496
update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
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 |
|
5 |
|
6 |
gemini_api_key = os.getenv("GEMINI_API_KEY")
|