janbanot commited on
Commit
28aae5c
·
1 Parent(s): 58a0ba6

fix: gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def update_examples():
163
 
164
 
165
  with gr.Blocks() as demo:
166
- chatbot = gr.Chatbot(label="Chatbot", likeable=True, render=False)
167
  chat = gr.ChatInterface(
168
  predict,
169
  chatbot=chatbot,
 
163
 
164
 
165
  with gr.Blocks() as demo:
166
+ chatbot = gr.Chatbot(label="Chatbot", render=False)
167
  chat = gr.ChatInterface(
168
  predict,
169
  chatbot=chatbot,