Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def process_inputs(user_input_json, session_id_json, project_id, chat_url, updat
|
|
| 46 |
|
| 47 |
|
| 48 |
def run_chat(chat_url, project_id, session_id, user_input, update_variables, output_variables, token):
|
| 49 |
-
|
| 50 |
chat_url,
|
| 51 |
json={
|
| 52 |
"project_id": project_id,
|
|
|
|
| 46 |
|
| 47 |
|
| 48 |
def run_chat(chat_url, project_id, session_id, user_input, update_variables, output_variables, token):
|
| 49 |
+
req = requests.post(
|
| 50 |
chat_url,
|
| 51 |
json={
|
| 52 |
"project_id": project_id,
|