Spaces:
Sleeping
Sleeping
Update hf_streaming_chatbot.py
Browse files- 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
|
| 88 |
-
description = "Welcome to the 80-100
|
| 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 |
|