Spaces:
Runtime error
Runtime error
Update Main.py
Browse files
Main.py
CHANGED
@@ -7,7 +7,7 @@ def app():
|
|
7 |
# Creating an object of prediction service
|
8 |
pred = GeneralModel()
|
9 |
|
10 |
-
api_key = st.sidebar.text_input("APIkey", type="password")
|
11 |
# Using the streamlit cache
|
12 |
@st.cache
|
13 |
def process_prompt(input):
|
|
|
7 |
# Creating an object of prediction service
|
8 |
pred = GeneralModel()
|
9 |
|
10 |
+
api_key = st.sidebar.text_input("APIkey (current project not working)", type="password")
|
11 |
# Using the streamlit cache
|
12 |
@st.cache
|
13 |
def process_prompt(input):
|