Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from utils import *
|
| 3 |
-
import
|
| 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:
|