psy7743 commited on
Commit
11e8219
·
verified ·
1 Parent(s): 4b8a906

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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!", type="messages"),
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?",