pragneshbarik commited on
Commit
350a755
1 Parent(s): d1b26fd

added pretty formatting

Browse files
Files changed (1) hide show
  1. components/generate_chat_stream.py +1 -1
components/generate_chat_stream.py CHANGED
@@ -72,7 +72,7 @@ def get_notion_data() :
72
  "On Hand" : on_hand,
73
  })
74
 
75
- notion_data_string = json.dumps(rows)
76
  return notion_data_string
77
 
78
  def generate_chat_stream(session_state, query, config):
 
72
  "On Hand" : on_hand,
73
  })
74
 
75
+ notion_data_string = pformat(rows)
76
  return notion_data_string
77
 
78
  def generate_chat_stream(session_state, query, config):