Spaces:
Sleeping
Sleeping
Fazeel Asghar
commited on
Commit
·
bb36ecc
1
Parent(s):
1584204
Changes in the interface
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ def chat_with_memory(message, history, session_id="gradio_default"):
|
|
| 51 |
chat_interface = gr.ChatInterface(
|
| 52 |
fn=chat_with_memory,
|
| 53 |
additional_inputs=[gr.Textbox(label="Session ID", value="gradio_default")],
|
| 54 |
-
title="Friendly Chatbot with Memory",
|
| 55 |
description="Chat with Groq's LLaMA3 model. Each session is tracked using a session ID.",
|
| 56 |
theme="soft"
|
| 57 |
)
|
|
|
|
| 51 |
chat_interface = gr.ChatInterface(
|
| 52 |
fn=chat_with_memory,
|
| 53 |
additional_inputs=[gr.Textbox(label="Session ID", value="gradio_default")],
|
| 54 |
+
title="Friendly Chatbot with Memory Is it na?",
|
| 55 |
description="Chat with Groq's LLaMA3 model. Each session is tracked using a session ID.",
|
| 56 |
theme="soft"
|
| 57 |
)
|