leadingbridge commited on
Commit
68418ab
β€’
1 Parent(s): b731d08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,8 +87,8 @@ def chatgpt_clone(input, history):
87
  # Gradio Output Model
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
  chatbot = gr.Chatbot()
93
  message = gr.Textbox(placeholder="You can discuss any topic with the Chinese Chatbot assistant by typing Chinese in here",lines=3)
94
  state = gr.State()
 
87
  # Gradio Output Model
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
  chatbot = gr.Chatbot()
93
  message = gr.Textbox(placeholder="You can discuss any topic with the Chinese Chatbot assistant by typing Chinese in here",lines=3)
94
  state = gr.State()