Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ demo = gr.Interface(
|
|
108 |
gr.Textbox(lines=2, placeholder="Enter your message here...", label="Message"),
|
109 |
],
|
110 |
outputs=gr.Textbox(label="Generated Text"),
|
111 |
-
title="FALFOUL
|
112 |
description="Running LLM with context retrieval from ChromaDB",
|
113 |
examples=[
|
114 |
["I have leftover rice, what can I make out of it?"],
|
|
|
108 |
gr.Textbox(lines=2, placeholder="Enter your message here...", label="Message"),
|
109 |
],
|
110 |
outputs=gr.Textbox(label="Generated Text"),
|
111 |
+
title="FALFOUL",
|
112 |
description="Running LLM with context retrieval from ChromaDB",
|
113 |
examples=[
|
114 |
["I have leftover rice, what can I make out of it?"],
|