Spaces:
Runtime error
Runtime error
fix: wrong usage of chat_interface instead of chatbot
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
140 |
"""
|
141 |
)
|
142 |
|
143 |
-
|
144 |
chat_interface.render()
|
145 |
|
146 |
demo.queue(concurrency_count=100, api_open=False).launch(show_api=False) #, share=True)
|
|
|
140 |
"""
|
141 |
)
|
142 |
|
143 |
+
chatbot.like(vote, None, None)
|
144 |
chat_interface.render()
|
145 |
|
146 |
demo.queue(concurrency_count=100, api_open=False).launch(show_api=False) #, share=True)
|