leadingbridge commited on
Commit
3b183e9
1 Parent(s): 3e9caff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def translate_to_english(text_to_translate):
79
 
80
  # Gradio Output Model
81
  with gr.Blocks() as demo:
82
- gr.Markdown("")
83
  with gr.Tab("🗣️OpenAI Chatbot"):
84
  gr.Markdown("Interact with an OpenAI chatbot that can respond to your messages. Type your message in the input box and click the 'SEND' button to send it to the chatbot.")
85
  chatbot = gr.Chatbot()
 
79
 
80
  # Gradio Output Model
81
  with gr.Blocks() as demo:
82
+ gr.Markdown("Welcome to the Chinese NLP demo! Please select a model tab to interact with: ")
83
  with gr.Tab("🗣️OpenAI Chatbot"):
84
  gr.Markdown("Interact with an OpenAI chatbot that can respond to your messages. Type your message in the input box and click the 'SEND' button to send it to the chatbot.")
85
  chatbot = gr.Chatbot()