Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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" )
|