faizahl commited on
Commit
32786cd
·
verified ·
1 Parent(s): fddeb02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,6 +47,6 @@ def respond(message,history):
47
  #random_message = random.choice(choices)
48
  #return random_message
49
  chatbot = gr.ChatInterface(respond, type='messages', theme='hmb/amethyst')
50
- gr.
51
 
52
  chatbot.launch(debug=True)
 
47
  #random_message = random.choice(choices)
48
  #return random_message
49
  chatbot = gr.ChatInterface(respond, type='messages', theme='hmb/amethyst')
50
+
51
 
52
  chatbot.launch(debug=True)