acecalisto3 commited on
Commit
c542641
·
verified ·
1 Parent(s): 7060b6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 app.prompts import (
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,