Spaces:
Runtime error
Runtime error
Commit
·
1df7690
1
Parent(s):
9ba64c8
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def chatgpt_clone(input, history):
|
|
88 |
with gr.Blocks() as demo:
|
89 |
gr.Markdown('Welcome to the Chinese NLP Demo! Please select a model tab to interact with:')
|
90 |
with gr.Tab("🗣️Chatbot"):
|
91 |
-
gr.Markdown("
|
92 |
chatbot = gr.Chatbot()
|
93 |
message = gr.Textbox(placeholder="You can discuss any topic with the Chinese Chatbot assistant by typing Chinese in here")
|
94 |
state = gr.State()
|
|
|
88 |
with gr.Blocks() as demo:
|
89 |
gr.Markdown('Welcome to the Chinese NLP Demo! Please select a model tab to interact with:')
|
90 |
with gr.Tab("🗣️Chatbot"):
|
91 |
+
gr.Markdown("🗣️This is a Chinese chatbot powered by the OpenAI language model. Enter your message below in Chinese and the chatbot will respond.")
|
92 |
chatbot = gr.Chatbot()
|
93 |
message = gr.Textbox(placeholder="You can discuss any topic with the Chinese Chatbot assistant by typing Chinese in here")
|
94 |
state = gr.State()
|