Spaces:
Sleeping
Sleeping
Update chat.py
Browse files
chat.py
CHANGED
|
@@ -75,7 +75,7 @@ def main():
|
|
| 75 |
)
|
| 76 |
chatapp.saved_conversations.secret = "39d0e5ce4d42353b616468680835377b65acc0f590e92dc3eb7d3f48e6f57aaf"
|
| 77 |
chatapp.saved_conversations.storage_key = "_saved_conversations"
|
| 78 |
-
chatapp.launch(pwa=True, auth=authentication, share=True)
|
| 79 |
|
| 80 |
|
| 81 |
if __name__ == "__main__":
|
|
|
|
| 75 |
)
|
| 76 |
chatapp.saved_conversations.secret = "39d0e5ce4d42353b616468680835377b65acc0f590e92dc3eb7d3f48e6f57aaf"
|
| 77 |
chatapp.saved_conversations.storage_key = "_saved_conversations"
|
| 78 |
+
chatapp.launch(pwa=True, auth=authentication, share=True, server_name="0.0.0.0", server_port=7860)
|
| 79 |
|
| 80 |
|
| 81 |
if __name__ == "__main__":
|