Update chat.py
Browse files
chat.py
CHANGED
@@ -133,7 +133,7 @@ def predict(input, history):
|
|
133 |
|
134 |
|
135 |
with gr.Blocks() as demo:
|
136 |
-
chatbot = gr.Chatbot(label="CHAT", layout="bubble", likeable=True, show_copy_button=True
|
137 |
state = gr.State([])
|
138 |
with gr.Row():
|
139 |
txt = gr.Textbox(show_label=True, placeholder="Enter text and press enter")
|
|
|
133 |
|
134 |
|
135 |
with gr.Blocks() as demo:
|
136 |
+
chatbot = gr.Chatbot(label="CHAT", layout="bubble", likeable=True, show_copy_button=True)
|
137 |
state = gr.State([])
|
138 |
with gr.Row():
|
139 |
txt = gr.Textbox(show_label=True, placeholder="Enter text and press enter")
|