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