tokensandcharms commited on
Commit
7182714
·
1 Parent(s): 09c5c53

Refactor src/streamlit_app.py for improved functionality and code clarity

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. src/streamlit_app.py +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .env
src/streamlit_app.py CHANGED
@@ -11,7 +11,7 @@ from pymongo import MongoClient
11
  import schedule
12
  import threading
13
  import time
14
-
15
  # Try to import Google Generative AI, but handle it gracefully if not installed
16
  try:
17
  import google.generativeai as genai
 
11
  import schedule
12
  import threading
13
  import time
14
+ #test
15
  # Try to import Google Generative AI, but handle it gracefully if not installed
16
  try:
17
  import google.generativeai as genai