TejAndrewsACC commited on
Commit
f4ffe3d
·
verified ·
1 Parent(s): 4a36464

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,8 +91,8 @@ def tejandrewsaccemulect(message, history):
91
  return "", history
92
 
93
  with gr.Blocks(theme='TejAndrewsACC/SMS') as demo:
94
- chatbot = gr.Chatbot()
95
- msg = gr.Textbox(placeholder="Message Tej...")
96
 
97
  msg.submit(tejandrewsaccemulect, [msg, chatbot], [msg, chatbot])
98
 
 
91
  return "", history
92
 
93
  with gr.Blocks(theme='TejAndrewsACC/SMS') as demo:
94
+ chatbot = gr.Chatbot(label="Tej Andrews")
95
+ msg = gr.Textbox(placeholder="SMS Message Tej...")
96
 
97
  msg.submit(tejandrewsaccemulect, [msg, chatbot], [msg, chatbot])
98