Vageesh1 commited on
Commit
47264b2
·
1 Parent(s): b178218

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def ui():
111
  traits_list.append(matching_rows["Traits"].values[0])
112
  content_list.append(matching_rows["Content"].values[0])
113
 
114
- prompt = f"Options selected are { The following are Traits {{{', '.join(traits_list)}}}, and the content for the options is {', '.join(content_list)}"
115
 
116
  # Display user input field
117
  name_input = st.text_input("Enter your name:")
 
111
  traits_list.append(matching_rows["Traits"].values[0])
112
  content_list.append(matching_rows["Content"].values[0])
113
 
114
+ prompt = f"The following are Traits {', '.join(traits_list)}, and the content for the options is {', '.join(content_list)}"
115
 
116
  # Display user input field
117
  name_input = st.text_input("Enter your name:")