SonyaHas commited on
Commit
14b60f9
·
verified ·
1 Parent(s): 9a868de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -122,5 +122,6 @@ chatbot = gr.ChatInterface(
122
  title="Skin Chatbot!",
123
  type='messages')
124
  #defining my chatbot so user can interact, see their conversation and send new messages
 
125
 
126
  chatbot.launch()
 
122
  title="Skin Chatbot!",
123
  type='messages')
124
  #defining my chatbot so user can interact, see their conversation and send new messages
125
+ )
126
 
127
  chatbot.launch()