noumanjavaid commited on
Commit
c37757c
·
verified ·
1 Parent(s): 9539552

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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" # Store API key securely"
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):