Spaces:
Paused
Paused
Update app.py
Browse files
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
|
| 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
|
| 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,
|