AjayKr09 commited on
Commit
9587725
·
verified ·
1 Parent(s): 392151a

Update AI Chat Bot Dashboard.py

Browse files
Files changed (1) hide show
  1. AI Chat Bot Dashboard.py +0 -4
AI Chat Bot Dashboard.py CHANGED
@@ -4,8 +4,6 @@ st.title("AI Chat Bot Dashboard")
4
 
5
  st.header('Interactive Chatbot (With Memory)')
6
 
7
- st.subheader('(With Memory)')
8
-
9
  st.write('''An interactive chatbot is designed to engage in dynamic, back-and-forth conversations with users.
10
  These chatbots can understand and retain context from previous interactions, making their responses more
11
  relevant and coherent as the conversation progresses. Interactive chatbots often use advanced natural language
@@ -15,8 +13,6 @@ st.write('''An interactive chatbot is designed to engage in dynamic, back-and-fo
15
 
16
  st.header('Non-Interactive Chatbot (Without Memory)')
17
 
18
- st.subheader('(Without Memory)')
19
-
20
  st.write('''A non-interactive chatbot, on the other hand, is designed for more straightforward, single-turn interactions.
21
  These chatbots do not retain context from previous interactions, meaning each user query is treated independently.
22
  Non-interactive chatbots are typically used for simple, transactional tasks where context is not required. They are
 
4
 
5
  st.header('Interactive Chatbot (With Memory)')
6
 
 
 
7
  st.write('''An interactive chatbot is designed to engage in dynamic, back-and-forth conversations with users.
8
  These chatbots can understand and retain context from previous interactions, making their responses more
9
  relevant and coherent as the conversation progresses. Interactive chatbots often use advanced natural language
 
13
 
14
  st.header('Non-Interactive Chatbot (Without Memory)')
15
 
 
 
16
  st.write('''A non-interactive chatbot, on the other hand, is designed for more straightforward, single-turn interactions.
17
  These chatbots do not retain context from previous interactions, meaning each user query is treated independently.
18
  Non-interactive chatbots are typically used for simple, transactional tasks where context is not required. They are