noumanjavaid commited on
Commit
70f0d73
·
verified ·
1 Parent(s): 1380248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ st.markdown("---")
68
 
69
  # Constants
70
  UPLOAD_DIR = "uploaded_files"
71
- NVIDIA_API_KEY = "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" # Store API key securely"
72
 
73
  # Create upload directory if it doesn't exist
74
  if not os.path.exists(UPLOAD_DIR):
 
68
 
69
  # Constants
70
  UPLOAD_DIR = "uploaded_files"
71
+ NVIDIA_API_KEY = "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" # Store API key securely"
72
 
73
  # Create upload directory if it doesn't exist
74
  if not os.path.exists(UPLOAD_DIR):