nehalshah commited on
Commit
7dc6762
·
verified ·
1 Parent(s): 7d24120

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ submit = st.button('Submit')
12
 
13
 
14
  if submit:
15
- if query and openai_key:
16
  try:
17
  with st.spinner('Processing your query...'):
18
  response = yg_assistant(openai_key,query)
 
12
 
13
 
14
  if submit:
15
+ if query and openai_key:
16
  try:
17
  with st.spinner('Processing your query...'):
18
  response = yg_assistant(openai_key,query)