Spaces:
Sleeping
Sleeping
Commit
·
1e342f7
1
Parent(s):
4f68df1
working pswd
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ import pprint
|
|
17 |
defaultGoogleURL = "https://www.google.com/search?q=google+earnings"
|
18 |
OPEN_ROUTER_KEY = st.secrets["OPEN_ROUTER_KEY"]
|
19 |
OPEN_ROUTER_MODEL = "meta-llama/llama-3.1-70b-instruct:free"
|
20 |
-
isPswdValid =
|
21 |
|
22 |
def pretty_print_columns(text):
|
23 |
"""
|
|
|
17 |
defaultGoogleURL = "https://www.google.com/search?q=google+earnings"
|
18 |
OPEN_ROUTER_KEY = st.secrets["OPEN_ROUTER_KEY"]
|
19 |
OPEN_ROUTER_MODEL = "meta-llama/llama-3.1-70b-instruct:free"
|
20 |
+
isPswdValid = False # Set to True to temporarily disable password checking
|
21 |
|
22 |
def pretty_print_columns(text):
|
23 |
"""
|