leadingbridge commited on
Commit
11504db
·
1 Parent(s): 07b73da

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("""<h3><center>🗣️Chatbot</center></h3>""")
92
  gr.Markdown("This is a Chinese chatbot powered by the OpenAI language model. Enter your message below in Chinese and the chatbot will respond.")
93
  chatbot = gr.Chatbot()
94
  message = gr.Textbox(placeholder="You can discuss any topic with the Chinese Chatbot assistant by typing Chinese in here")
 
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("""<h4><center>🗣️Chatbot</center></h4>""")
92
  gr.Markdown("This is a Chinese chatbot powered by the OpenAI language model. Enter your message below in Chinese and the chatbot will respond.")
93
  chatbot = gr.Chatbot()
94
  message = gr.Textbox(placeholder="You can discuss any topic with the Chinese Chatbot assistant by typing Chinese in here")