Update app.py
Browse files
app.py
CHANGED
|
@@ -452,7 +452,7 @@ with gr.Blocks() as demo:
|
|
| 452 |
chatbot_stream.like(print_like_dislike, None, None)
|
| 453 |
|
| 454 |
|
| 455 |
-
|
| 456 |
with gr.Tab("Chatbot"):
|
| 457 |
iface = gr.Interface(
|
| 458 |
fn=chatbot_response,
|
|
|
|
| 452 |
chatbot_stream.like(print_like_dislike, None, None)
|
| 453 |
|
| 454 |
|
| 455 |
+
"""
|
| 456 |
with gr.Tab("Chatbot"):
|
| 457 |
iface = gr.Interface(
|
| 458 |
fn=chatbot_response,
|