Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ demo = gr.Interface(
|
|
99 |
gr.Textbox(lines=2, placeholder="Enter your message here...", label="Message"),
|
100 |
],
|
101 |
outputs=gr.Textbox(label="Generated Text"),
|
102 |
-
title="
|
103 |
description="Running LLM with context retrieval from ChromaDB",
|
104 |
examples=[
|
105 |
["I have leftover rice, what can I make out of it?"],
|
|
|
99 |
gr.Textbox(lines=2, placeholder="Enter your message here...", label="Message"),
|
100 |
],
|
101 |
outputs=gr.Textbox(label="Generated Text"),
|
102 |
+
title="Chatbot - Your Personal Culinary Advisor: Discover What to Cook Next!",
|
103 |
description="Running LLM with context retrieval from ChromaDB",
|
104 |
examples=[
|
105 |
["I have leftover rice, what can I make out of it?"],
|