gtamkaleidoscope commited on
Commit
8afce3b
1 Parent(s): 0e44309

Update app/app.py

Browse files
Files changed (1) hide show
  1. app/app.py +1 -0
app/app.py CHANGED
@@ -1,6 +1,7 @@
1
  """ this app is streamlit app for the current project hosted on HuggingFace spaces """
2
 
3
  import streamlit as st
 
4
  from openai_chat_completion import OpenAIChatCompletions
5
  from dataclean_hf import main
6
  from util import json_to_dict #, join_dicts
 
1
  """ this app is streamlit app for the current project hosted on HuggingFace spaces """
2
 
3
  import streamlit as st
4
+ import json
5
  from openai_chat_completion import OpenAIChatCompletions
6
  from dataclean_hf import main
7
  from util import json_to_dict #, join_dicts