Brandon Toews commited on
Commit
ee845c8
·
1 Parent(s): 156ed6f

Fixed secure application file

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  from openai import OpenAI
 
3
 
4
  # Authentication function
5
  def authenticate():
 
1
  import streamlit as st
2
  from openai import OpenAI
3
+ import os
4
 
5
  # Authentication function
6
  def authenticate():