kanli commited on
Commit
b1bbc40
·
1 Parent(s): 061d340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,6 +56,6 @@ with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as r
56
  submit_btn.click(answer, [txt, state], [chatbot, state])
57
  # clear = gr.ClearButton([txt, chatbot])
58
 
59
- rxbot.launch(share=True, auth=("username", "password"))
60
 
61
 
 
56
  submit_btn.click(answer, [txt, state], [chatbot, state])
57
  # clear = gr.ClearButton([txt, chatbot])
58
 
59
+ rxbot.launch(share=True, auth=("fjd", "fjd"))
60
 
61