Vlad Bastina commited on
Commit ·
cc890bb
1
Parent(s): 599e594
second commit
Browse files- app.py +1 -0
- requirements.txt +1 -0
- zega_logo.PNG +3 -0
app.py
CHANGED
|
@@ -21,6 +21,7 @@ if __name__ == "__main__":
|
|
| 21 |
# Set the environment variable to point to the temporary file
|
| 22 |
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = temp_file
|
| 23 |
st.title("🎥 AI-Powered Meeting Report Generator")
|
|
|
|
| 24 |
|
| 25 |
api_key = st.secrets['GOOGLE_API_KEY']
|
| 26 |
|
|
|
|
| 21 |
# Set the environment variable to point to the temporary file
|
| 22 |
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = temp_file
|
| 23 |
st.title("🎥 AI-Powered Meeting Report Generator")
|
| 24 |
+
st.sidebar.image('zega_logo.PNG',width=300)
|
| 25 |
|
| 26 |
api_key = st.secrets['GOOGLE_API_KEY']
|
| 27 |
|
requirements.txt
CHANGED
|
@@ -5,3 +5,4 @@ streamlit==1.42.0
|
|
| 5 |
google-generativeai
|
| 6 |
google-cloud-speech
|
| 7 |
google-genai==1.1.0
|
|
|
|
|
|
| 5 |
google-generativeai
|
| 6 |
google-cloud-speech
|
| 7 |
google-genai==1.1.0
|
| 8 |
+
google-cloud-storage
|
zega_logo.PNG
ADDED
|
|
Git LFS Details
|