Nechba commited on
Commit
f453c34
·
verified ·
1 Parent(s): c1903e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -212,6 +212,7 @@ with st.container():
212
  json_data = json.dumps(data)
213
  headers = {'Content-Type': 'application/json'}
214
  response = requests.get(RESPONSE_TXT_API,data=json_data, headers=headers)
 
215
  response_data = json.loads(response.text)
216
  if response_data.get('status')=='success':
217
  json_str =response_data.get("json")
 
212
  json_data = json.dumps(data)
213
  headers = {'Content-Type': 'application/json'}
214
  response = requests.get(RESPONSE_TXT_API,data=json_data, headers=headers)
215
+ print(response)
216
  response_data = json.loads(response.text)
217
  if response_data.get('status')=='success':
218
  json_str =response_data.get("json")