kh-CHEUNG commited on
Commit
4ce85b4
·
verified ·
1 Parent(s): 8836465

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with col2:
38
  question_text = st.text_input("Prompt:", placeholder=default_question)
39
  if question_text is not None:
40
  question = task_type + ". " + question_text
41
- else
42
  question = task_type + ". " + default_question
43
 
44
  ## Test button
 
38
  question_text = st.text_input("Prompt:", placeholder=default_question)
39
  if question_text is not None:
40
  question = task_type + ". " + question_text
41
+ else:
42
  question = task_type + ". " + default_question
43
 
44
  ## Test button