amkj84 commited on
Commit
8ea8681
·
verified ·
1 Parent(s): d9cf36a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,11 +26,11 @@ def chatbot(user_input, history):
26
  return history, history + [(user_input, f"An error occurred: {str(e)}")]
27
 
28
  # Enhanced Gradio interface
29
- with gr.Blocks(title="Groq LLM Chatbot") as demo:
30
  gr.Markdown(
31
  """
32
  # 🧠 **Groq LLM Chatbot**
33
- Interact with a powerful LLM in real-time using Groq's API.
34
  """
35
  )
36
  with gr.Row():
 
26
  return history, history + [(user_input, f"An error occurred: {str(e)}")]
27
 
28
  # Enhanced Gradio interface
29
+ with gr.Blocks(title="The Ultimate Chat Companion") as demo:
30
  gr.Markdown(
31
  """
32
  # 🧠 **Groq LLM Chatbot**
33
+ Meet the Future - Interact with a powerful LLM in real-time.
34
  """
35
  )
36
  with gr.Row():