Spaces:
Runtime error
Runtime error
typo
Browse files
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 |
#########################################
|