nakas commited on
Commit
754b3f1
1 Parent(s): 948dc1f

Update Main.py

Browse files
Files changed (1) hide show
  1. Main.py +1 -1
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):