Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
30 |
gr.Markdown(
|
31 |
"""
|
32 |
# 🧠 **Groq LLM Chatbot**
|
33 |
-
Interact with a powerful LLM in real-time
|
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():
|