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

Update app.py

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