Hashintha commited on
Commit
d8aa5fd
·
1 Parent(s): fd93d25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,4 +284,4 @@ if __name__ == '__main__':
284
  block.load(fn=initialization, inputs=[state] , _js=javascript_code)
285
 
286
  block.queue()
287
- block.launch(inbrowser=True , auth=(username,password) , auth_message= "Login to continue with DMO-GPT-Interpreter" )
 
284
  block.load(fn=initialization, inputs=[state] , _js=javascript_code)
285
 
286
  block.queue()
287
+ block.launch(inbrowser=True , auth=(username,password) , auth_message= "Login to continue with DMO-GPT-Interpreter" , favicon_path="ai.png" )