Nechba commited on
Commit
2c25c3e
·
verified ·
1 Parent(s): 68e528f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ with st.container():
198
  json_data = json.dumps(data)
199
  headers = {'Content-Type': 'application/json'}
200
  response = requests.get(RESPONSE_API,data=json_data, headers=headers)
201
- print(response)
202
  response_data = json.loads(response.text)
203
  #elif st.session_state.doument_slected_to_chat.split("_")[-1]=="txt":
204
  else:
 
198
  json_data = json.dumps(data)
199
  headers = {'Content-Type': 'application/json'}
200
  response = requests.get(RESPONSE_API,data=json_data, headers=headers)
201
+ print(response.text)
202
  response_data = json.loads(response.text)
203
  #elif st.session_state.doument_slected_to_chat.split("_")[-1]=="txt":
204
  else: