giannicrivello commited on
Commit
886d6c2
1 Parent(s): ffb5b36

test chat bot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ demo = gr.ChatInterface(
28
  chatbot = gr.Chatbot(height=500),
29
  textbox = gr.Textbox(placeholder="Chat with me!", scale=7),
30
  title = "Test",
31
- description="Chat with me!"
32
  examples=["hello"]
33
  )
34
 
 
28
  chatbot = gr.Chatbot(height=500),
29
  textbox = gr.Textbox(placeholder="Chat with me!", scale=7),
30
  title = "Test",
31
+ description="Chat with me!",
32
  examples=["hello"]
33
  )
34