vkscmu commited on
Commit
12c82e4
·
1 Parent(s): f4bfbb6

Update hf_streaming_chatbot.py

Browse files
Files changed (1) hide show
  1. hf_streaming_chatbot.py +2 -2
hf_streaming_chatbot.py CHANGED
@@ -84,8 +84,8 @@ def predict(message, history):
84
  # _thread.interrupt_main()
85
 
86
  gradio.ChatInterface(fn = predict,
87
- title = "80-100 Pre-Writing AI Assistant Chatbot",
88
- description = "Welcome to the 80-100 Pre-Writing AI Chatbot.\n This bot is designed help you improve your paper according to the rubric.\n Remember to copy and paste your interaction to a document. Conversations are not saved.\n Please start the discussion by asking: What is your job?",
89
 
90
  ).queue().launch(auth = authorization)
91
 
 
84
  # _thread.interrupt_main()
85
 
86
  gradio.ChatInterface(fn = predict,
87
+ title = "80-100 Writing AI Assistant Chatbot",
88
+ description = "Welcome to the 80-100 Writing AI Chatbot.\n This bot is designed help you improve your paper according to the rubric.\n Remember to copy and paste your interaction to a document. Conversations are not saved.\n Please start the discussion by asking: What is your job?",
89
 
90
  ).queue().launch(auth = authorization)
91