Fazeel Asghar commited on
Commit
9ce3a35
·
1 Parent(s): edf2e73

Changed something

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,6 +56,6 @@ gr.Interface(
56
  fn=gradio_chat,
57
  inputs=[gr.Textbox(label="Your message"), gr.Textbox(label="Session ID", value="gradio_default")],
58
  outputs=gr.Textbox(label="Response"),
59
- title="Groq ChatBot",
60
  description="Chat with Groq's LLaMA3 model. Handles sessions separately using IDs."
61
  ).launch()
 
56
  fn=gradio_chat,
57
  inputs=[gr.Textbox(label="Your message"), gr.Textbox(label="Session ID", value="gradio_default")],
58
  outputs=gr.Textbox(label="Response"),
59
+ title="Chatbot with memory",
60
  description="Chat with Groq's LLaMA3 model. Handles sessions separately using IDs."
61
  ).launch()