dominguezdaniel commited on
Commit
9036a00
1 Parent(s): 396e1c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ mychatbot = gr.Chatbot(
44
 
45
  demo = gr.ChatInterface(fn=generate,
46
  chatbot=mychatbot,
47
- title="WebpyGPT",
48
  retry_btn=None,
49
  undo_btn=None
50
  )
 
44
 
45
  demo = gr.ChatInterface(fn=generate,
46
  chatbot=mychatbot,
47
+ #title="WebpyGPT",
48
  retry_btn=None,
49
  undo_btn=None
50
  )