Update app.py
Browse files
app.py
CHANGED
|
@@ -54,8 +54,6 @@ chatbot = gr.ChatInterface(
|
|
| 54 |
fn=chat,
|
| 55 |
title="🦚 Meet Krish",
|
| 56 |
description="A wise, witty, and compassionate friend inspired by Lord Krishna. ",
|
| 57 |
-
retry_btn="🔁 Retry",
|
| 58 |
-
clear_btn="🧹 Clear Chat",
|
| 59 |
)
|
| 60 |
|
| 61 |
if __name__ == "__main__":
|
|
|
|
| 54 |
fn=chat,
|
| 55 |
title="🦚 Meet Krish",
|
| 56 |
description="A wise, witty, and compassionate friend inspired by Lord Krishna. ",
|
|
|
|
|
|
|
| 57 |
)
|
| 58 |
|
| 59 |
if __name__ == "__main__":
|