Wintersmith commited on
Commit
d1bc7c9
·
verified ·
1 Parent(s): 260d23a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ with gr.Blocks(title="RAG chatbot", theme="Soft") as demo:
45
 
46
  if __name__ == '__main__':
47
  demo.queue()
48
- demo.launch(auth=(share=True)
 
45
 
46
  if __name__ == '__main__':
47
  demo.queue()
48
+ demo.launch(share=True)