Spaces:
Runtime error
Runtime error
Commit
Β·
68418ab
1
Parent(s):
b731d08
Update app.py
Browse files
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("
|
91 |
-
gr.Markdown("""<h4><center
|
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()
|