acecalisto3 commited on
Commit
4637c7f
·
verified ·
1 Parent(s): a079c56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,7 +6,7 @@ from typing import List, Dict
6
  from huggingface_hub import InferenceClient
7
  import streamlit as st
8
 
9
- from .prompts import (
10
  ACTION_PROMPT,
11
  ADD_PROMPT,
12
  COMPRESS_HISTORY_PROMPT,
@@ -23,7 +23,7 @@ from .prompts import (
23
  PYTHON_CODE_DEV,
24
  HUGGINGFACE_FILE_DEV
25
  )
26
- from app.utils import (
27
  parse_action,
28
  parse_file_content,
29
  read_python_module_structure,
 
6
  from huggingface_hub import InferenceClient
7
  import streamlit as st
8
 
9
+ from prompts import (
10
  ACTION_PROMPT,
11
  ADD_PROMPT,
12
  COMPRESS_HISTORY_PROMPT,
 
23
  PYTHON_CODE_DEV,
24
  HUGGINGFACE_FILE_DEV
25
  )
26
+ from utils import (
27
  parse_action,
28
  parse_file_content,
29
  read_python_module_structure,