Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ st.markdown("---")
|
|
68 |
|
69 |
# Constants
|
70 |
UPLOAD_DIR = "uploaded_files"
|
71 |
-
NVIDIA_API_KEY = "nvapi-
|
72 |
|
73 |
# Create upload directory if it doesn't exist
|
74 |
if not os.path.exists(UPLOAD_DIR):
|
@@ -80,6 +80,7 @@ logger = logging.getLogger(__name__)
|
|
80 |
|
81 |
def main():
|
82 |
# Title and icon using HTML for better control
|
|
|
83 |
st.markdown(
|
84 |
"""
|
85 |
<div class="title-container">
|
|
|
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):
|
|
|
80 |
|
81 |
def main():
|
82 |
# Title and icon using HTML for better control
|
83 |
+
|
84 |
st.markdown(
|
85 |
"""
|
86 |
<div class="title-container">
|