Sayandip commited on
Commit
4fa8847
·
verified ·
1 Parent(s): 80e9742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -14,7 +14,6 @@ import re
14
  import base64
15
 
16
  # Set Gemini API Key
17
- #os.environ["GEMINI_API_KEY"] = "AIzaSyAQLUStrjXv2_zrAjssapa_sYXQWOqVeiE" # Ensure this is set securely in your environment
18
  client = genai.Client(api_key=os.environ.get("GEMINI_API_KEY"))
19
 
20
  # Function to extract text from different file formats
 
14
  import base64
15
 
16
  # Set Gemini API Key
 
17
  client = genai.Client(api_key=os.environ.get("GEMINI_API_KEY"))
18
 
19
  # Function to extract text from different file formats