Jung commited on
Commit
2743fa2
·
verified ·
1 Parent(s): 721a97b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ with st.sidebar:
203
  display_img_flag = st.radio(
204
  "Display Avatar in Description",
205
  ["No", "Yes"],
206
- captions = ["Currently default to 'no' since the server seems to ban our service", "If problem occur, set to 'no'"])
207
  )
208
 
209
  #########################################
 
203
  display_img_flag = st.radio(
204
  "Display Avatar in Description",
205
  ["No", "Yes"],
206
+ captions = ["Currently default to 'no' since the server seems to ban our service", "If problem occur, set to 'no'"]
207
  )
208
 
209
  #########################################