KeshavRa commited on
Commit
0868789
·
verified ·
1 Parent(s): 4999806

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -436,7 +436,7 @@ if selected_app == "4) Create Chatbot":
436
 
437
  st.sidebar.markdown('''This is a chatbot to help you learn more about {organization_name}''')
438
 
439
- domain = st.sidebar.selectbox("Select a topic", {{[d["name"] for d in domain_info]}})
440
 
441
  special_threshold = 0.3
442
 
 
436
 
437
  st.sidebar.markdown('''This is a chatbot to help you learn more about {organization_name}''')
438
 
439
+ domain = st.sidebar.selectbox("Select a topic", [d["name"] for d in domain_info])
440
 
441
  special_threshold = 0.3
442