geronimo-pericoli commited on
Commit
2628cf3
·
verified ·
1 Parent(s): d124473

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -120,6 +120,7 @@ with gr.Blocks(theme='sudeepshouche/minimalist', css=custom_css) as demo:
120
  bot_msg = chat_msg.then(bot, [chatbot, temperature, top_p], chatbot, api_name="bot_response")
121
  bot_msg.then(lambda: gr.MultimodalTextbox(interactive=True), None, [chat_input])
122
 
123
-
 
124
  demo.queue(default_concurrency_limit=20)
125
  demo.launch()
 
120
  bot_msg = chat_msg.then(bot, [chatbot, temperature, top_p], chatbot, api_name="bot_response")
121
  bot_msg.then(lambda: gr.MultimodalTextbox(interactive=True), None, [chat_input])
122
 
123
+ chatbot.like(print_like_dislike, None, None)
124
+
125
  demo.queue(default_concurrency_limit=20)
126
  demo.launch()