Saurabhgk18 commited on
Commit
ec2655f
β€’
1 Parent(s): ff4bb96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,9 +47,9 @@ Conversation_buf = ConversationChain(
47
  st.markdown("<h1 style='text-align: center;'>Chat Application πŸš€πŸ€–</h1>", unsafe_allow_html=True)
48
 
49
  st.divider()
50
- default_value = "This is just a small Chat application, and the A.I name is Mr.Zhongli πŸ€— This site, \nbuilt by the Me using HuggingFace Models, Its like having a smart machine that \ncompletes your thoughts πŸ˜€ Get started by typing a custom snippet, check out the \nrepository, or try one of the examples. Have fun!"
51
  st.text(default_value)
52
-
53
  st.divider()
54
 
55
  # Create a placeholder for the conversation history
 
47
  st.markdown("<h1 style='text-align: center;'>Chat Application πŸš€πŸ€–</h1>", unsafe_allow_html=True)
48
 
49
  st.divider()
50
+ default_value = "This is just a small Chat application, πŸ€— This site, \nbuilt by the Me using HuggingFace Models, Its like having a smart machine that \ncompletes your thoughts πŸ˜€ Get started by typing a custom snippet, check out the \nrepository, or try one of the examples. Have fun!"
51
  st.text(default_value)
52
+ st.text('Note : The max response token will be only 250 characters.')
53
  st.divider()
54
 
55
  # Create a placeholder for the conversation history