Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ def gradio_chat_interface(message, history):
|
|
| 117 |
demo = gr.ChatInterface(
|
| 118 |
fn=generate_response,
|
| 119 |
title="🦙 LLaMA-3 FAQ Chatbot",
|
| 120 |
-
chatbot=gr.Chatbot(label="Ask me anything about Jupiter Money!"
|
| 121 |
examples=[
|
| 122 |
"What is Jupiter Edge credit card?",
|
| 123 |
"What happens if I miss a payment?",
|
|
|
|
| 117 |
demo = gr.ChatInterface(
|
| 118 |
fn=generate_response,
|
| 119 |
title="🦙 LLaMA-3 FAQ Chatbot",
|
| 120 |
+
chatbot=gr.Chatbot(label="Ask me anything about Jupiter Money!"),
|
| 121 |
examples=[
|
| 122 |
"What is Jupiter Edge credit card?",
|
| 123 |
"What happens if I miss a payment?",
|