sourabhzanwar commited on
Commit
81c7841
1 Parent(s): ddf9637

changed "OpenAI key" -> "LLM-authorization key"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ try:
137
  st.sidebar.header('Options:')
138
 
139
  # OpenAI Key Input
140
- openai_key = st.sidebar.text_input("Enter OpenAI Key:", type="password")
141
 
142
  if openai_key:
143
  task_options = ['Extractive', 'Generative']
 
137
  st.sidebar.header('Options:')
138
 
139
  # OpenAI Key Input
140
+ openai_key = st.sidebar.text_input("Enter LLM-authorization Key:", type="password")
141
 
142
  if openai_key:
143
  task_options = ['Extractive', 'Generative']