Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|