wop commited on
Commit
1af1861
·
verified ·
1 Parent(s): b53f7b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with col3:
84
  prompt_selection = st.selectbox(
85
  "Choose a prompt:",
86
  options=list(prompts.keys()),
87
- format_func=lambda x: list(prompts.values())[x]["name"],
88
  index=0,
89
  )
90
 
 
84
  prompt_selection = st.selectbox(
85
  "Choose a prompt:",
86
  options=list(prompts.keys()),
87
+ format_func=lambda x: x,
88
  index=0,
89
  )
90