leadingbridge commited on
Commit
1df7690
·
1 Parent(s): 9ba64c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("""<h6>🗣️This is a Chinese chatbot powered by the OpenAI language model. Enter your message below in Chinese and the chatbot will respond.</h6>""")
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()