Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ username = os.getenv("USERNAME")
|
|
14 |
password = os.getenv('PASSWORD')
|
15 |
|
16 |
|
17 |
-
def predict(message, history, _n_web_search, _strategy
|
18 |
# docs = get_web_search_you(message)
|
19 |
|
20 |
partial_message = ''
|
|
|
14 |
password = os.getenv('PASSWORD')
|
15 |
|
16 |
|
17 |
+
def predict(message, history, _web_search_enabled, _n_web_search, _strategy):
|
18 |
# docs = get_web_search_you(message)
|
19 |
|
20 |
partial_message = ''
|