ITookAPill commited on
Commit
76225d5
·
verified ·
1 Parent(s): 84431f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def main():
59
  message, chatbot], outputs=[message, chatbot]
60
  ).then(chat, inputs=chatbot, outputs=[chatbot, context_markdown])
61
 
62
- ui.launch(inbrowser=True)
63
 
64
 
65
  if __name__ == "__main__":
 
59
  message, chatbot], outputs=[message, chatbot]
60
  ).then(chat, inputs=chatbot, outputs=[chatbot, context_markdown])
61
 
62
+ ui.launch()
63
 
64
 
65
  if __name__ == "__main__":