Wintersmith commited on
Commit
928f001
·
verified ·
1 Parent(s): b5836a7

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="Monochrome") as demo:
45
 
46
  if __name__ == '__main__':
47
  demo.queue()
48
- demo.launch(blocked_paths=["api_key.txt"], auth=("Kolda", "CV-app123"))
 
45
 
46
  if __name__ == '__main__':
47
  demo.queue()
48
+ demo.launch(auth=("Kolda", "CV-app123"), share=True)