Ronio Jerico Roque commited on
Commit
44569cf
·
1 Parent(s): 6eb7c01

Comment out output display and initialize client summary state variables in dfOverview

Browse files
Files changed (1) hide show
  1. classes/response_df_overview.py +3 -2
classes/response_df_overview.py CHANGED
@@ -34,7 +34,7 @@ class dfOverview:
34
  #st.write(output)
35
  text = output["outputs"][0]["outputs"][0]["results"]["text"]["data"]["text"]
36
  #text = json.loads(text)
37
- st.write(text)
38
  return text
39
 
40
  def fetch_data(self, data_field):
@@ -62,7 +62,8 @@ class dfOverview:
62
  debug_info = {'data_field' : 'DF Overview Analyst', 'result': payload_txt_model}
63
  upload_response(debug_info)
64
 
65
- st.session_state['target_market'] = ''
 
66
  count = 0
67
  except Exception as e:
68
  pass
 
34
  #st.write(output)
35
  text = output["outputs"][0]["outputs"][0]["results"]["text"]["data"]["text"]
36
  #text = json.loads(text)
37
+ #st.write(text)
38
  return text
39
 
40
  def fetch_data(self, data_field):
 
62
  debug_info = {'data_field' : 'DF Overview Analyst', 'result': payload_txt_model}
63
  upload_response(debug_info)
64
 
65
+ st.session_state['client_summary'] = ''
66
+ st.session_state['client_name'] = ''
67
  count = 0
68
  except Exception as e:
69
  pass