Spaces:
Sleeping
Sleeping
noumanjavaid
commited on
Update app.py
Browse files
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 = "nvapi-
|
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):
|