vsubu1 commited on
Commit
9deb690
·
1 Parent(s): 826bb01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  from utils import *
3
- import constants
4
 
5
  # Creating Session State Variable
6
  if 'HuggingFace_API_Key' not in st.session_state:
 
1
  import streamlit as st
2
  from utils import *
3
+ import Constants
4
 
5
  # Creating Session State Variable
6
  if 'HuggingFace_API_Key' not in st.session_state: