change user & pass
Browse files
app.py
CHANGED
@@ -49,8 +49,8 @@ conversation_with_summary = ConversationChain(
|
|
49 |
title = """<h1 align="center">🔥 TOT保险精英AI小助手 🚀</h1>"""
|
50 |
|
51 |
|
52 |
-
username = os.environ.get('
|
53 |
-
password = os.environ.get('
|
54 |
|
55 |
|
56 |
def run(input):
|
|
|
49 |
title = """<h1 align="center">🔥 TOT保险精英AI小助手 🚀</h1>"""
|
50 |
|
51 |
|
52 |
+
username = os.environ.get('_USERNAME')
|
53 |
+
password = os.environ.get('_PASSWORD')
|
54 |
|
55 |
|
56 |
def run(input):
|