noumanjavaid commited on
Commit
2c972ac
·
verified ·
1 Parent(s): 18c2f7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ st.write("Welcome to the Centurion Analysis Tool! Use the tabs above to navigate
69
 
70
  # Constants
71
  UPLOAD_DIR = "uploaded_files"
72
- NVIDIA_API_KEY = "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"
73
 
74
  # Create upload directory if it doesn't exist
75
  if not os.path.exists(UPLOAD_DIR):
 
69
 
70
  # Constants
71
  UPLOAD_DIR = "uploaded_files"
72
+ NVIDIA_API_KEY = "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" # Store API key securely"
73
 
74
  # Create upload directory if it doesn't exist
75
  if not os.path.exists(UPLOAD_DIR):