Spaces:
Sleeping
Sleeping
taka-yayoi
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def respond(message, history):
|
|
44 |
# γ’γγ«γ΅γΌγγ³γ°γ¨γ³γγγ€γ³γγ«εγεγγ
|
45 |
response = requests.request(method="POST", headers=headers, url=local_endpoint, data=data_json)
|
46 |
response_data = response.json()
|
47 |
-
print(response_data
|
48 |
|
49 |
except Exception as error:
|
50 |
response_data = f"ERROR status_code: {type(error).__name__}"
|
|
|
44 |
# γ’γγ«γ΅γΌγγ³γ°γ¨γ³γγγ€γ³γγ«εγεγγ
|
45 |
response = requests.request(method="POST", headers=headers, url=local_endpoint, data=data_json)
|
46 |
response_data = response.json()
|
47 |
+
print(response_data)
|
48 |
|
49 |
except Exception as error:
|
50 |
response_data = f"ERROR status_code: {type(error).__name__}"
|