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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def tejandrewsaccemulect(message, history):
90
 
91
  return "", history
92
 
93
- with gr.Blocks(theme='TejAndrewsACC/Emulect') as demo:
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