pgurazada1 commited on
Commit
10b05d2
·
verified ·
1 Parent(s): 662befc

Update chat.py

Browse files
Files changed (1) hide show
  1. chat.py +1 -1
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, label="Chat with your insurance policy document")
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")