Spaces:
Sleeping
Sleeping
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):
|