bluenevus commited on
Commit
a74f448
·
verified ·
1 Parent(s): b0b31de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ app.layout = dbc.Container([
94
  id="chat-loading",
95
  type="dot",
96
  children=[
97
- dbc.Input(id="chat-input", type="text", placeholder="Chat with GPT to update matrix...", className="mb-2"),
98
  dbc.Button("Send", id="btn-send-chat", color="primary", className="mb-3"),
99
  html.Div(id="chat-output")
100
  ]
 
94
  id="chat-loading",
95
  type="dot",
96
  children=[
97
+ dbc.Input(id="chat-input", type="text", placeholder="Chat with Maiko to update matrix...", className="mb-2"),
98
  dbc.Button("Send", id="btn-send-chat", color="primary", className="mb-3"),
99
  html.Div(id="chat-output")
100
  ]