Ankitajadhav commited on
Commit
f980a2b
·
verified ·
1 Parent(s): 1e49601

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="llama-cpp-python on GPU with ChromaDB",
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?"],