Spaces:
Running
Running
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,
|
|
|
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,
|