noumanjavaid commited on
Commit
d0af94f
·
verified ·
1 Parent(s): 77e5381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -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):
@@ -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">