Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
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 |
|