Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def tejandrewsaccemulect(message, history):
|
|
90 |
|
91 |
return "", history
|
92 |
|
93 |
-
with gr.Blocks(theme='TejAndrewsACC/
|
94 |
chatbot = gr.Chatbot()
|
95 |
msg = gr.Textbox(placeholder="Message Tej...")
|
96 |
|
|
|
90 |
|
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 |
|