NazmulHasanNihal commited on
Commit
52e8ef0
·
verified ·
1 Parent(s): 069d9a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  from streamlit_chat import message # For chat bubble UI
3
  import openai
 
4
 
5
  # Load API key securely
6
  API_KEY = os.getenv("NV_API_KEY", "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")
 
1
  import streamlit as st
2
  from streamlit_chat import message # For chat bubble UI
3
  import openai
4
+ import os
5
 
6
  # Load API key securely
7
  API_KEY = os.getenv("NV_API_KEY", "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")