quoc-khanh commited on
Commit
10ddf04
·
verified ·
1 Parent(s): 1934e31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import getpass
2
  import os
3
  import gradio as gr
4
- from helper import get_urls_splits, log_message, remove_tables_from_docx, load_text_data, extract_tables_from_docx, convert_to_json, save_json_to_file, load_json_manually, load_table_data, get_splits, get_json_splits_only, list_docx_files, prompt_order, augment_prompt, get_answer
5
 
6
  if "GOOGLE_API_KEY" not in os.environ:
7
  os.environ["GOOGLE_API_KEY"] = "AIzaSyDJ4vIKuIBIPNHATLxnoHlagXWbsAz-vRs"
 
1
  import getpass
2
  import os
3
  import gradio as gr
4
+ from helpers import get_urls_splits, log_message, remove_tables_from_docx, load_text_data, extract_tables_from_docx, convert_to_json, save_json_to_file, load_json_manually, load_table_data, get_splits, get_json_splits_only, list_docx_files, prompt_order, augment_prompt, get_answer
5
 
6
  if "GOOGLE_API_KEY" not in os.environ:
7
  os.environ["GOOGLE_API_KEY"] = "AIzaSyDJ4vIKuIBIPNHATLxnoHlagXWbsAz-vRs"