Update app.py
Browse files
app.py
CHANGED
@@ -283,4 +283,4 @@ demo1 = gr.ChatInterface(fn=invoke,
|
|
283 |
with gr.Blocks() as demo:
|
284 |
with gr.Tab("Chatbot"):
|
285 |
chatbot_stream.like(vote, None, None)
|
286 |
-
chat_interface_stream.render()
|
|
|
283 |
with gr.Blocks() as demo:
|
284 |
with gr.Tab("Chatbot"):
|
285 |
chatbot_stream.like(vote, None, None)
|
286 |
+
chat_interface_stream.render()
|